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 f47ff14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/repl-artefacts.yml
Expand Up @@ -4,13 +4,8 @@ on:
pull_request_target:
types: [synchronize, opened, reopened, labeled]

permissions:
contents: read

jobs:
upload:
permissions:
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
name: Upload
Expand Down

0 comments on commit f47ff14

Please sign in to comment.