Skip to content

Commit

Permalink
ci: add all workflow permissions to write
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jun 28, 2023
1 parent 231b4f7 commit 60bb4a0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Deploy PR Previews

permissions:
actions: write
checks: read
contents: read
deployments: read
issues: write
packages: write
pages: write
pull-requests: write
permissions: write-all

on:
pull_request:
Expand Down

0 comments on commit 60bb4a0

Please sign in to comment.