Skip to content

Commit

Permalink
Update data-update-notification.yml
Browse files Browse the repository at this point in the history
Personal access token used with cross repo write permissions
  • Loading branch information
emgeier authored Oct 20, 2024
1 parent 05cfd11 commit 4138f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/data-update-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
run: |
curl -X POST \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Authorization: token ${{ secrets.PERSONAL_ACCESS_TOKEN }}" \
https://api.github.com/repos/srophe/syriaca/dispatches \
-d '{"event_type":"data_updated"}'

0 comments on commit 4138f09

Please sign in to comment.