Skip to content

Commit

Permalink
webhook without external action
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-commits committed Jul 10, 2024
1 parent 4d66405 commit 79f0a05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/refresh-tonalities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Refresh scorelist
uses: indiesdev/[email protected]
with:
url: https://gitlab.huma-num.fr/api/v4/projects/3940/trigger/pipeline
method: "POST"
params: '{ "token": "${{ secrets.HUMANUM_TRIGGER_TOKEN }}", "ref": "main" }'
run: |
curl --request POST \
--form token=${{ secrets.HUMANUM_TRIGGER_TOKEN }} \
--form ref=main \
https://gitlab.huma-num.fr/api/v4/projects/3940/trigger/pipeline

0 comments on commit 79f0a05

Please sign in to comment.