From 10a9eda8933d60800b7e005ac742f511558cfcc7 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 12 Aug 2024 09:56:02 +0200 Subject: [PATCH] restore write all Signed-off-by: Kristoffer Dalby --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f373e2c4..029ed323 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,9 +12,7 @@ concurrency: jobs: build: runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: read + permissions: write-all steps: - uses: actions/checkout@v4 with: