From 57ce8d508e1335f9056bff6b6c0d6cdd9986f7b9 Mon Sep 17 00:00:00 2001 From: lassepe Date: Thu, 5 Dec 2024 17:52:38 +0100 Subject: [PATCH] More permissions to tagbot --- .github/workflows/TagBot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 0ccb846..1548e35 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -8,7 +8,18 @@ on: lookback: default: 3 permissions: + actions: read + checks: read contents: write + deployments: read + issues: read + discussions: read + packages: read + pages: read + pull-requests: read + repository-projects: read + security-events: read + statuses: read jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'