From d6de77da40ab3ce6cd4980ae37778593e663c2f6 Mon Sep 17 00:00:00 2001 From: Jutho Haegeman Date: Thu, 5 Nov 2020 23:44:28 +0100 Subject: [PATCH] update tagbot --- .github/workflows/TagBot.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index d77d3a0..fd81cc1 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,11 +1,14 @@ name: TagBot on: - schedule: - - cron: 0 * * * * + issue_comment: + types: + - created jobs: TagBot: + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + ssh: ${{ secrets.DOCUMENTER_KEY }}