We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae22591 commit 33de7f4Copy full SHA for 33de7f4
.github/workflows/trigger-gitlab.yml
@@ -12,7 +12,12 @@ jobs:
12
steps:
13
- name: Trigger GitLab pipeline 🚀
14
run: |
15
- curl -X POST \
+ curl \
16
+ -X POST \
17
+ --silent \
18
+ --output /dev/null \
19
+ --show-error \
20
+ --fail \
21
-F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} \
22
-F ref=${{ secrets.GITLAB_PROJECT_REF }} \
23
https://${{ secrets.GITLAB_URL }}/api/v4/projects/${{ secrets.GITLAB_PROJECT_ID }}/trigger/pipeline
0 commit comments