Skip to content

Commit b534550

Browse files
authored
Merge pull request #6 from OpenVoxProject/ci
CI: run with minimal permissions
2 parents 4593587 + aed963d commit b534550

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-testing.yaml

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

10+
# minimal permissions
11+
permissions:
12+
contents: read
13+
1014
jobs:
1115
run-lein-tests:
1216
name: lein test - Java ${{ matrix.java }}

0 commit comments

Comments
 (0)