Skip to content

Commit

Permalink
Add permissions to the GitHub Actions token
Browse files Browse the repository at this point in the history
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
  • Loading branch information
nrb committed Aug 26, 2024
1 parent dff4d6c commit 5e0f2b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
jobs:
verify:
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
checks: write
name: verify PR contents
steps:
- name: Verifier action
Expand Down

0 comments on commit 5e0f2b4

Please sign in to comment.