Skip to content

Commit 0e688d4

Browse files
committed
Add least-privilege permissions to CI workflow
1 parent 4aa8b2c commit 0e688d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
paths-ignore:
1010
- "*.md"
1111

12-
permissions: {}
12+
permissions:
13+
contents: read
1314

1415
env:
1516
MODULE_NAME: "weasel"

0 commit comments

Comments
 (0)