Skip to content

Commit

Permalink
Update update-schema.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur authored Jan 9, 2024
1 parent 3e8e05b commit 53cbe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Trigger schema update
run: |
curl -X POST --fail \
-H "Authorization: token ${{ secrets.TOKEN }}" \
-H "Authorization: token ${{ secrets.BIIGLE_SCHEMA_API_TOKEN }}" \
-H "Content-Type: application/json" \
--data '{"event_type": "build_application"}' \
https://api.github.com/repos/biigle/schema/dispatches

0 comments on commit 53cbe1f

Please sign in to comment.