From 79918e490493b3a0f3d44cf0edb64baa65c0bdfa Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Fri, 31 Jan 2025 09:30:29 -0600 Subject: [PATCH] update TagBot.yml --- .github/workflows/TagBot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 11c0586..9880dd0 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -3,6 +3,7 @@ on: issue_comment: types: - created + repository_dispatch: workflow_dispatch: inputs: lookback: @@ -22,7 +23,7 @@ permissions: statuses: read jobs: TagBot: - if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' || (github.event_name == 'repository_dispatch' && github.event.client_payload.repository == 'HolyLab/HolyLabRegistry') runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 @@ -31,4 +32,4 @@ jobs: # 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 + registry: HolyLab/HolyLabRegistry \ No newline at end of file