Skip to content

Runner Support (Infra) #20380

Runner Support (Infra)

Runner Support (Infra) #20380

name: Runner Support (Infra)
on:
workflow_dispatch:
inputs:
project:
description: Project to wait for jobs to finish inside
required: true
permissions: {}
jobs:
runner:
runs-on: ubuntu-latest
steps:
- uses: Taucher2003/GitLab-Pipeline-Action@1.12.1
with:
GL_SERVER_URL: https://gitlab.com
GL_PROJECT_ID: '${{ inputs.project }}'
GL_RUNNER_TOKEN: ${{ secrets.GL_INFRA_RUNNER_TOKEN }}
GL_API_TOKEN: ${{ secrets.GL_API_TOKEN }}
TASK: runner