Skip to content

Runner Support

Runner Support #2164

name: Runner Support
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/[email protected]
with:
GL_SERVER_URL: https://gitlab.com
GL_PROJECT_ID: '${{ inputs.project }}'
GL_RUNNER_TOKEN: ${{ secrets.GL_RUNNER_TOKEN }}
GL_API_TOKEN: ${{ secrets.GL_API_TOKEN }}
TASK: runner