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 2477228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repl-artefacts.yml
Expand Up @@ -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
Expand Down

0 comments on commit 2477228

Please sign in to comment.