From 24d8f917ea6a953eeb04152172056822e5c8e060 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Thu, 9 Nov 2023 12:26:20 -0500 Subject: [PATCH] Update TagBot.yml --- .github/workflows/TagBot.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 3486a1b..9748fc9 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -7,19 +7,6 @@ on: inputs: 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'