From 9a7bf300a3b1f322bcfdd2cd68eeea981f89554f Mon Sep 17 00:00:00 2001 From: Pamela Wochner Date: Mon, 16 Dec 2024 16:21:11 +0100 Subject: [PATCH] Add explicit workflow permission. --- .github/workflows/TagBot.yml | 1 + 1 file changed, 1 insertion(+) 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'