From 9cf2ee0279e1f348a082a7ded7c163ed12a6359a Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sat, 20 Jan 2024 19:10:08 +0100 Subject: Fix permissions --- .github/workflows/copilot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/copilot.yml b/.github/workflows/copilot.yml index f7083c0c..c34dcb11 100644 --- a/.github/workflows/copilot.yml +++ b/.github/workflows/copilot.yml @@ -4,13 +4,12 @@ on: pull_request: types: - opened + - synchronize env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -permissions: - contents: read - pull-requests: write +permissions: write-all jobs: review: -- cgit v1.2.3