Skip to content

Commit

Permalink
Additional permission tuning for preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 2, 2024
1 parent 69ebf8a commit c3aa634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
actions: read
# this should be enough to maintain comments as commenting on pull requests is done through an issues API
issues: write
pull-requests: read
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c3aa634

Please sign in to comment.