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 c18f063 commit f858408Copy full SHA for f858408
.github/workflows/TagBot.yml
@@ -29,5 +29,5 @@ jobs:
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 }}
+ ssh: ${{ secrets.TAGBOT_SSH_KEY }}
33
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
0 commit comments