From 9016fec0b46113f1635eecc560d4590fe9af3627 Mon Sep 17 00:00:00 2001 From: Simon Schoelly Date: Mon, 1 Feb 2021 19:05:32 +0100 Subject: [PATCH] Add documenter key for TagBot --- .github/workflows/TagBot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index c13ec18..e72d645 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -10,3 +10,4 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + ssh: ${{ secrets.DOCUMENTER_KEY }}