From 6ce8096bbaa08046183b6614d69babc667947a1e Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Wed, 21 Sep 2022 20:54:31 +0200 Subject: [PATCH] Rework permissions --- .github/workflows/repl-artefacts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index 04f8d067986..d009d121f81 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -9,8 +9,7 @@ permissions: jobs: upload: - permissions: - issues: write # for peter-evans/find-comment and peter-evans/create-or-update-comment + permissions: write-all # for peter-evans/find-comment and peter-evans/create-or-update-comment if: ${{ github.event.pull_request.head.repo.full_name == 'rollup/rollup' || contains( toJson(github.event.pull_request.labels), 'x⁸ ⚙️ build repl artefacts' ) }} runs-on: ubuntu-latest name: Upload