Skip to content

Commit

Permalink
Add explicit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Dec 19, 2024
1 parent 66335ac commit f7bcb36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkg-pr-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request_review:
types: [submitted]

permissions:
contents: read
pull-requests: read

jobs:
check:
# First, trigger a permissions check on the user approving the pull request.
Expand Down

0 comments on commit f7bcb36

Please sign in to comment.