Skip to content

Commit 94dfdc1

Browse files
committed
Security: add explicit permissions block to test.yml workflow
1 parent 25243c7 commit 94dfdc1

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
@@ -5,6 +5,9 @@ on:
55
- "*"
66
- "!gitbook"
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
Linting:
1013
runs-on: macOS-26

0 commit comments

Comments
 (0)