From 4ecdf7ba06b80c7b09ec75782eceb40afa0a2642 Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:12:14 +0300 Subject: [PATCH] Revert "Add explicit workflow permission." --- .github/workflows/TagBot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index a1c42ab..3486a1b 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -20,7 +20,6 @@ permissions: repository-projects: read security-events: read statuses: read - workflows: write jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'