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 6ce8096
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/repl-artefacts.yml
Expand Up @@ -9,8 +9,7 @@ permissions:

jobs:
upload:
permissions:
issues: write # for peter-evans/find-comment and peter-evans/create-or-update-comment
permissions: write-all # 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 6ce8096

Please sign in to comment.