From 86ecf0c44e5d87ec336ce9d299058e5ad595abc4 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Wed, 31 Jan 2024 14:04:17 +0900 Subject: [PATCH] update TagBot.yml --- .github/workflows/TagBot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 90dc1009d..e98273ee7 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -28,6 +28,4 @@ jobs: - uses: JuliaRegistries/TagBot@v1 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.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }} + ssh: ${{ secrets.TAGBOT_KEY }}