Skip to content

Commit 587bcd3

Browse files
authored
TagBot: temporarily disable SSH key (#62)
1 parent cb890c5 commit 587bcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
19-
ssh: ${{ secrets.DOCUMENTER_KEY }}
19+
# ssh: ${{ secrets.DOCUMENTER_KEY }} # TODO: uncomment this line
2020
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}

0 commit comments

Comments
 (0)