Skip to content

Commit

Permalink
fix: build job permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Jan 29, 2024
1 parent 1397f95 commit 19a8e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
id-token: "write"
checks: "write"
pull-requests: "write"
security-events: "write"

strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
checks: "write"
packages: "read"
pull-requests: "write"
security-events: "write"

strategy:
fail-fast: false
Expand Down

0 comments on commit 19a8e6c

Please sign in to comment.