We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b34d67 commit 2e522efCopy full SHA for 2e522ef
.github/workflows/TriggerTagBot.yml
@@ -19,7 +19,7 @@ jobs:
19
echo "::set-output name=packagename::$PACKAGENAME"
20
- name: Run `repository_dispatch` on updated repo, to trigger tagbot
21
run: |
22
- curl -L -X POST
+ curl -L -X POST \
23
-H "Accept: application/vnd.github+json" \
24
-H "Authorization: ${{ secrets.TAGBOT_PAT }}" \
25
-H "X-GitHub-Api-Version: 2022-11-28" \
0 commit comments