Skip to content

Commit

Permalink
Fix permissions for lint on-push (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Troxel <[email protected]>
  • Loading branch information
rtrox authored Jan 2, 2024
1 parent 528f754 commit b2f1575
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ on:
- main
jobs:
tests:
permissions:
contents: read
pull-requests: read
checks: write
uses: ./.github/workflows/tests.yaml

0 comments on commit b2f1575

Please sign in to comment.