From 08736ee0011bf579317758d41c299f9e46049881 Mon Sep 17 00:00:00 2001 From: Hantao Cui Date: Sun, 4 Feb 2024 22:08:07 -0600 Subject: [PATCH] Update TagBot.yml --- .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 90dc100..5270fe4 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -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.SSH_KEY }} # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}