diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 3486a1b..a1c42ab 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -20,6 +20,7 @@ permissions: repository-projects: read security-events: read statuses: read + workflows: write jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'