1
0
Fork 0
mirror of synced 2026-06-05 17:28:19 +00:00

Specify job permissions in the pull request workflow

This commit is contained in:
Michal Dorner 2022-10-12 22:02:50 +02:00
commit 9e7258bb2a
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C

View file

@ -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: ./