Skip to content

Commit 783fcb1

Browse files
authored
ci: set workflow permissions to read-only by default (#137)
1 parent 58d9599 commit 783fcb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
- 'docs/**'
1515
- '*.md'
1616

17+
permissions:
18+
contents: read
19+
1720
jobs:
1821
dependency-review:
1922
name: Dependency Review

0 commit comments

Comments
 (0)