From 9b12aa43d28659c42f13437dd9f6fd04da2f7eb4 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Thu, 12 Jun 2025 20:52:50 -0400 Subject: [PATCH] TagBot: temporarily disable SSH key --- .github/workflows/TagBot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 355bc67..3615258 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -16,5 +16,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.DOCUMENTER_KEY }} # TODO: uncomment this line # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}