Skip to content

Commit

Permalink
Add explicit permissions to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsantos committed Apr 23, 2024
1 parent 6cd8388 commit c637db2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ jobs:
- run: echo Hello

check-run-defaults:
needs: [package, one, two]
name: Check run (defaults)
needs: [package, one, two]
runs-on: ubuntu-latest
permissions:
checks: write
actions: read
steps:
- uses: actions/checkout@v4
- uses: ./

0 comments on commit c637db2

Please sign in to comment.