Skip to content

Commit f4c75d6

Browse files
committed
Update TagBot token to use PAT instead of GITHUB_TOKEN
1 parent 2fa4472 commit f4c75d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: "JuliaRegistries/TagBot@v1"
1313
with:
14-
token: "${{ secrets.GITHUB_TOKEN }}"
14+
token: "${{ secrets.TAGBOT_PAT }}"
1515
registry: "ITensor/ITensorRegistry"
1616
ssh: "${{ secrets.DOCUMENTER_KEY }}"

0 commit comments

Comments
 (0)