Skip to content

Commit 6398977

Browse files
committed
Limit test workflow token permissions
1 parent 9676993 commit 6398977

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)