Skip to content

Commit 704811e

Browse files
authored
Update TriggerTagBot.yml
1 parent 7e81ca7 commit 704811e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/TriggerTagBot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Run `repository_dispatch` on updated repo, to trigger tagbot
2121
run: |
2222
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: Bearer ${{ secrets.TAGBOT_PAT }}" \
23+
-H 'Accept: application/vnd.github.everest-preview+json' \
24+
-u ${{ secrets.TAGBOT_PAT }} \
2525
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'

0 commit comments

Comments
 (0)