Skip to content

Commit

Permalink
Update dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hello8693 authored Oct 7, 2024
1 parent 2154046 commit 0377502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: token ${{ secrets.HUB_DEPLOY_PAT }}" \
https://api.github.com/repos/ClassIsland/classisland-hub-web/dispatches \
-d '{"event_type":"classisland_hub_update"}'
-d '{"event_type":"classisland_hub_update"}'

0 comments on commit 0377502

Please sign in to comment.