Skip to content

Commit 18924e4

Browse files
committed
Test workflow should not need any write permissions
Not sure why the StepSecurity bot is ignoring the test workflow. Signed-off-by: Jan Dubois <[email protected]>
1 parent c8279f7 commit 18924e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
env:
1818
LIMACTL_CREATE_ARGS: ""
1919

20+
permissions: read-all
21+
2022
jobs:
2123
lints:
2224
name: "Lints"

0 commit comments

Comments
 (0)