Skip to content

Commit ab4e0a8

Browse files
committed
Use TAGBOT_TOKEN instead of TAGBOT_PAT for TagBot triggers
1 parent d5a4494 commit ab4e0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TagBotTriggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Trigger TagBot on registered package
1717
if: github.event_name != 'workflow_dispatch'
1818
env:
19-
GH_TOKEN: ${{ secrets.TAGBOT_PAT }}
19+
GH_TOKEN: ${{ secrets.TAGBOT_TOKEN }}
2020
PR_TITLE: ${{ github.event.pull_request.title }}
2121
run: |
2222
# PR title format from ITensorActions Registrator:

0 commit comments

Comments
 (0)