From 3b4362114706b257498c1f9492b620519dd631a4 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Mon, 13 Apr 2026 16:22:49 +0200 Subject: [PATCH] Update TagBot.yml Permissions --- .github/workflows/TagBot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f49313b..65f57b6 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,6 +4,21 @@ on: types: - created workflow_dispatch: + +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'