Skip to content

Commit e8417d9

Browse files
authored
Merge pull request #11223 from marmelab/fix-test-workflow-permissions
Limit test workflow token permissions
2 parents 9676993 + 6398977 commit e8417d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- '*'
1010
pull_request:
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
typecheck:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)