Skip to content

Commit

Permalink
fix(actions): update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Jul 9, 2024
1 parent 8345c88 commit 0604cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-conditionals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
permissions:
id-token: write # Needed for OIDC-related operations.
contents: read # Allows reading the content of the repository.
pull-requests: read # Allows reading pull request metadata.
pull-requests: write # Allows reading pull request metadata.

# Default settings for all run commands in the workflow jobs.
defaults:
Expand Down

0 comments on commit 0604cbc

Please sign in to comment.