Skip to content

Commit de7fdd8

Browse files
authored
ci: declare contents:read on typecheck workflow (#90)
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
1 parent a0683f9 commit de7fdd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/typecheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
pull_request:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
typecheck:
1114
name: Typecheck

0 commit comments

Comments
 (0)