Skip to content

Commit

Permalink
TagBot: use generated SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Dec 15, 2023
1 parent babc6c5 commit e2f6c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
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 }}
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
# ssh: ${{ secrets.DOCUMENTER_KEY }}
ssh: ${{ secrets.SSH_KEY }}

0 comments on commit e2f6c2b

Please sign in to comment.