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 cb890c5 commit 587bcd3Copy full SHA for 587bcd3
.github/workflows/TagBot.yml
@@ -16,5 +16,5 @@ jobs:
16
with:
17
token: ${{ secrets.GITHUB_TOKEN }}
18
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
19
- ssh: ${{ secrets.DOCUMENTER_KEY }}
+ # ssh: ${{ secrets.DOCUMENTER_KEY }} # TODO: uncomment this line
20
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
0 commit comments