Skip to content

Commit

Permalink
Update TriggerTagBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdw503 authored Jan 31, 2025
1 parent 21285aa commit 56895c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TriggerTagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: |
curl -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.TAGBOT_PAT }} \
-u ${{ secrets.TAGBOT_PAT_TEST }} \
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'

0 comments on commit 56895c5

Please sign in to comment.