Skip to content

Commit f0c14f9

Browse files
authored
Merge pull request #2748 from jandubois/read-only-tests
Test workflow should not need any write permissions
2 parents 536a954 + 18924e4 commit f0c14f9

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)