Skip to content

Commit a37a15b

Browse files
committed
add permissions for github actions
1 parent 555df37 commit a37a15b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ on:
1111

1212
permissions:
1313
contents: read
14+
# kover-report action needs updating the PR report
15+
pull-requests: write
1416

1517
jobs:
1618
gradle:
1719
strategy:
20+
# don't fail immediately - otherwise failing build on Windows will cancel all other builds
21+
fail-fast: false
1822
matrix:
1923
# build project on some operating systems
2024
os: [ ubuntu-latest, windows-latest, macos-latest ]

0 commit comments

Comments
 (0)