From 460eb8bf90b9460cabf81bd0428ecc92c1117788 Mon Sep 17 00:00:00 2001 From: ARSH SHARMA <184517@nith.ac.in> Date: Thu, 29 Oct 2020 20:10:06 +0530 Subject: [PATCH] Install tagbot as GH actions --- .github/workflows/TagBot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index e72d645..067a89d 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,13 +1,11 @@ name: TagBot on: schedule: - - cron: 0 0 * * * - workflow_dispatch: + - cron: 0 * * * * jobs: TagBot: runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} - ssh: ${{ secrets.DOCUMENTER_KEY }} + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file