Skip to content

Commit f006352

Browse files
committed
CI: Configure minimal permissions
1 parent d1499ce commit f006352

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lein-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches:
88
- main
99

10+
permissions:
11+
contents: read # minimal required permissions to clone repo
12+
1013
jobs:
1114
run-lein-tests:
1215
name: lein test - Java ${{ matrix.java }}

0 commit comments

Comments
 (0)