Skip to content

Commit 1f97229

Browse files
authored
Update TriggerTagBot.yml
1 parent 790fa80 commit 1f97229

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/TriggerTagBot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
echo "::set-output name=packagename::$PACKAGENAME"
2020
- name: Run `repository_dispatch` on updated repo, to trigger tagbot
2121
run: |
22-
curl -L -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
23-
-H "Accept: application/vnd.github+json" \
24-
-H "Authorization: ${{ secrets.TAGBOT_PAT }}" \
25-
-H "X-GitHub-Api-Version: 2022-11-28" \
22+
curl -X POST https://api.github.com/repos/HolyLab/${{ steps.pkg.outputs.packagename }}.jl/dispatches \
23+
-H 'Accept: application/vnd.github+json' \
24+
-u ${{ secrets.TAGBOT_PAT }} \
2625
--data '{"event_type": "TriggerTagBot_${{ steps.pkg.outputs.packagename }}", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'

0 commit comments

Comments
 (0)