From bfc2a5d26bdc084db56da1cc3ead1da0d83ad4fc Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Thu, 30 Jan 2025 13:22:42 -0600 Subject: [PATCH] Update TagBot.yml --- .github/workflows/TagBot.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 2c4f30b..0cd3114 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -3,11 +3,10 @@ on: issue_comment: types: - created - repository_dispatch: workflow_dispatch: inputs: lookback: - default: 3 + default: "3" permissions: actions: read checks: read @@ -23,13 +22,10 @@ permissions: statuses: read jobs: TagBot: - if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' || (github.event_name == 'repository_dispatch' && github.event.client_payload.repository == 'HolyLab/HolyLabRegistry') + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - # Edit the following line to reflect the actual name of the GitHub Secret containing your private key ssh: ${{ secrets.DOCUMENTER_KEY }} - # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }} - registry: HolyLab/HolyLabRegistry