Skip to content

Commit

Permalink
Use DOCUMENTER_KEY in TagBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored Sep 10, 2024
1 parent ec617a8 commit 7819aef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
# ssh: ${{ secrets.DOCUMENTER_KEY }} # no such key right now
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 7819aef

Please sign in to comment.