Skip to content

Commit

Permalink
Rework permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Sep 21, 2022
1 parent b59e643 commit eca6a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repl-artefacts.yml
Expand Up @@ -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
Expand Down

0 comments on commit eca6a6c

Please sign in to comment.