From 75938bf7477c2af3f4aead4bec0dc9c350a12aae Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 10 Dec 2021 14:59:14 +0100 Subject: [PATCH] give TagBot its own key [skip ci] --- .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 f49313b6..8243fea3 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -12,4 +12,4 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - ssh: ${{ secrets.DOCUMENTER_KEY }} + ssh: ${{ secrets.TAGBOT_KEY }}