Skip to content

Commit 8e196c7

Browse files
Min permissions for testing workflow
1 parent 31e556e commit 8e196c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testing.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ on:
2121
- "Makefile"
2222
workflow_dispatch:
2323

24-
permissions: write-all
24+
permissions:
25+
contents: read
26+
2527
jobs:
2628
test:
2729
name: Testing

0 commit comments

Comments
 (0)