Skip to content

Commit

Permalink
Adding permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaddell committed Oct 26, 2024
1 parent 6b8a815 commit bc72a3b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-add-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ on:
permissions:
contents: read
pull-requests: write
# shouldn't need more...
actions: read
attestations: read
checks: read
deployments: read
id-token: write
issues: read
discussions: read
packages: read
pages: read
repository-projects: read
security-events: read
statuses: read

jobs:
pull-request:
Expand Down

0 comments on commit bc72a3b

Please sign in to comment.