From f1ba20b6dae26696d41721e61e11733f6994f0a1 Mon Sep 17 00:00:00 2001 From: Pamela Wochner Date: Thu, 14 Nov 2024 13:58:30 +0100 Subject: [PATCH] Revert "Update TagBot.yml" This reverts commit 4c1f9e6de910c57c45a99a8e3d6b7d0f304c372a. --- .github/workflows/TagBot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 28021da..2bacdb8 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -27,5 +27,5 @@ jobs: steps: - uses: JuliaRegistries/TagBot@v1 with: - token: ${{ secrets.TAGBOT_TOKEN }} - verbose: true + token: ${{ secrets.GITHUB_TOKEN }} + ssh: ${{ secrets.DOCUMENTER_KEY }}