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 dd2db8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/repl-artefacts.yml
Expand Up @@ -10,7 +10,8 @@ permissions:
jobs:
upload:
permissions:
issues: write # for peter-evans/find-comment and peter-evans/create-or-update-comment
pull-requests: write
contents: 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 dd2db8d

Please sign in to comment.