diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index efaa0a79..29861552 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -6,6 +6,13 @@ on: workflow_dispatch: permissions: contents: write + actions: write + deployments: write + pages: write + pull-requests: write + checks: write + packages: write + statuses: write jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'