mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Specify job permissions in the pull request workflow
This commit is contained in:
parent
baa26e3237
commit
9e7258bb2a
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@ jobs:
|
|||
|
||||
test-inline:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./
|
||||
|
@ -36,6 +38,8 @@ jobs:
|
|||
|
||||
test-external:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: read
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue