From 5eb7516cbeabacb211f6ee32481276269d3727ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Fri, 17 Jul 2026 22:12:36 +0200 Subject: [PATCH] Simplify permissions in copilot-setup-steps.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed unnecessary permissions from Copilot setup. Signed-off-by: James Pether Sörling --- .github/workflows/copilot-setup-steps.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index b51e7e4371..c23c87a859 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -24,17 +24,6 @@ jobs: # Copilot will be given its own token for its operations. permissions: contents: read - actions: read - attestations: read - checks: read - deployments: read - issues: write - models: read - discussions: read - pages: read - pull-requests: write - security-events: read - statuses: read # Steps run before the agent starts working steps: