Skip to content

push triggered by lmoellendorf #3

push triggered by lmoellendorf

push triggered by lmoellendorf #3

name: trigger-gitlab-ci
run-name: ${{ github.event_name }} triggered by ${{ github.actor }}
on: [push]
jobs:
trigger-gitlab-ci:
runs-on: ubuntu-latest
steps:
- name: Trigger CI
env:
TRIGGER_GITLAB_CI: ${{ secrets.trigger_gitlab_ci }}
run: curl -X POST --fail -F token=${{ TRIGGER_GITLAB_CI }} -F ref=main https://gitlab.com/api/v4/projects/54782732/trigger/pipeline

Check failure on line 13 in .github/workflows/trigger-gitlab-ci.yml

View workflow run for this annotation

GitHub Actions / trigger-gitlab-ci

Invalid workflow file

The workflow is not valid. .github/workflows/trigger-gitlab-ci.yml (Line: 13, Col: 14): Unrecognized named-value: 'TRIGGER_GITLAB_CI'. Located at position 1 within expression: TRIGGER_GITLAB_CI