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 1f97229 commit 9620b9cCopy full SHA for 9620b9c
.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
- -u ${{ secrets.TAGBOT_PAT }} \
+ -H "Authorization: ${{ secrets.TAGBOT_PAT }}" \
25
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
0 commit comments