Skip to content

Commit 7e81ca7

Browse files
authored
Update TriggerTagBot.yml
1 parent 9620b9c commit 7e81ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TriggerTagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
run: |
2222
curl -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
2323
-H 'Accept: application/vnd.github+json' \
24-
-H "Authorization: ${{ secrets.TAGBOT_PAT }}" \
24+
-H "Authorization: Bearer ${{ secrets.TAGBOT_PAT }}" \
2525
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'

0 commit comments

Comments
 (0)