diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index 04f8d067986..663060c76cc 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -10,7 +10,7 @@ permissions: jobs: upload: permissions: - issues: write # for peter-evans/find-comment and peter-evans/create-or-update-comment + pull-requests: 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 name: Upload