From a683fe6b9e25ef1ea1a6c2002e397bbc74c1ccf8 Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Thu, 9 Nov 2023 13:53:52 -0500 Subject: [PATCH] remove TagBot permissions that are failing (#273) --- .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'