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 30, 2025
1 parent 7e81ca7 commit 704811e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TriggerTagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Run `repository_dispatch` on updated repo, to trigger tagbot
run: |
curl -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
-H 'Accept: application/vnd.github+json' \
-H "Authorization: Bearer ${{ secrets.TAGBOT_PAT }}" \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.TAGBOT_PAT }} \
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'

0 comments on commit 704811e

Please sign in to comment.