Skip to content

Commit

Permalink
Fix curl to trigger internal pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Sep 26, 2024
1 parent 836b13d commit 04f3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
curl -X POST \
--fail \
-F token=${{ secrets.GITLAB_CI_TOKEN }} \
-F ref=add/pipeline \
-F ref=main \
-F "variables[BRANCH]=${{ steps.extract_branch.outputs.branch }}" \
https://git.vshn.net/api/v4/projects/58084/trigger/pipeline

0 comments on commit 04f3cb8

Please sign in to comment.