We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9620b9c commit 7e81ca7Copy full SHA for 7e81ca7
.github/workflows/TriggerTagBot.yml
@@ -21,5 +21,5 @@ jobs:
21
run: |
22
curl -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
23
-H 'Accept: application/vnd.github+json' \
24
- -H "Authorization: ${{ secrets.TAGBOT_PAT }}" \
+ -H "Authorization: Bearer ${{ secrets.TAGBOT_PAT }}" \
25
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
0 commit comments