diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f5351196..98015672 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,6 +4,8 @@ on: types: - "created" workflow_dispatch: ~ +env: + REGISTRY_TAGBOT_ACTION: "JuliaRegistries/TagBot" jobs: TagBot: if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"