Skip to content

Commit 34daba1

Browse files
authored
Update Tagbot SSH key (#97)
1 parent 8df1a58 commit 34daba1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tagbot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ jobs:
2828
- uses: JuliaRegistries/TagBot@v1
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
31-
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
32-
ssh: ${{ secrets.DOCUMENTER_KEY }}
33-
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
31+
ssh: ${{ secrets.TAGBOT_KEY }}

0 commit comments

Comments
 (0)