Skip to content

Commit

Permalink
Specify job permissions in the pull request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dorny committed Oct 12, 2022
1 parent baa26e3 commit 9e7258b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
test-inline:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: ./
Expand All @@ -36,6 +38,8 @@ jobs:

test-external:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: ./
Expand Down

0 comments on commit 9e7258b

Please sign in to comment.