From 2477228d74bc8ca38ac376111d63cc6de493a8a5 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index 04f8d067986..d8b45bee191 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -10,6 +10,8 @@ permissions: jobs: upload: permissions: + pull-requests: write + contents: write issues: write # 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