From 40908c6e0d6ae6cbb7ac0064698935e31ff216ce Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Sat, 23 May 2020 21:02:21 -0700 Subject: [PATCH] add ssh 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 d77d3a0c3..2bd1dc383 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -9,3 +9,4 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + ssh: ${{ secrets.TAGBOT_KEY }}