Skip to content

Commit e1efe59

Browse files
authored
Add explicit permissions (#52)
1 parent 5dc8d6b commit e1efe59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Build & run tests
1111
if: github.ref_type == 'branch'
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
1315
steps:
1416
- name: Checkout
1517
# https://github.com/actions/checkout/tree/v4.1.1

0 commit comments

Comments
 (0)