We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a4494 commit ab4e0a8Copy full SHA for ab4e0a8
1 file changed
.github/workflows/TagBotTriggers.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Trigger TagBot on registered package
17
if: github.event_name != 'workflow_dispatch'
18
env:
19
- GH_TOKEN: ${{ secrets.TAGBOT_PAT }}
+ GH_TOKEN: ${{ secrets.TAGBOT_TOKEN }}
20
PR_TITLE: ${{ github.event.pull_request.title }}
21
run: |
22
# PR title format from ITensorActions Registrator:
0 commit comments