Skip to content

Commit 56895c5

Browse files
authored
Update TriggerTagBot.yml
1 parent 21285aa commit 56895c5

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.everest-preview+json' \
24-
-u ${{ secrets.TAGBOT_PAT }} \
24+
-u ${{ secrets.TAGBOT_PAT_TEST }} \
2525
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'

0 commit comments

Comments
 (0)