We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df1a58 commit 34daba1Copy full SHA for 34daba1
.github/workflows/tagbot.yml
@@ -28,6 +28,4 @@ jobs:
28
- uses: JuliaRegistries/TagBot@v1
29
with:
30
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 }}
+ ssh: ${{ secrets.TAGBOT_KEY }}
0 commit comments