Skip to content

Commit 750e59f

Browse files
authored
Change TAGBOT_PAT to TAGBOT_TOKEN in TagBot.yml
Updated TagBot.yml to use TAGBOT_TOKEN instead of TAGBOT_PAT.
1 parent b83a149 commit 750e59f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
steps:
2929
- uses: JuliaRegistries/TagBot@v1
3030
with:
31-
token: ${{ secrets.TAGBOT_PAT }}
31+
token: ${{ secrets.TAGBOT_TOKEN }}
3232
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
33-
ssh: ${{ secrets.DOCUMENTER_KEY }}
34-
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
3533
registry: HolyLab/HolyLabRegistry
3634

0 commit comments

Comments
 (0)