Skip to content

Commit 1060bd4

Browse files
CalixteBananeweizen
authored andcommitted
Add proper permission for publish-unit-test-result-action
1 parent 1da37d2 commit 1060bd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
platform: [ubuntu-latest, macos-latest, windows-latest]
1212
jdk: [11, 17]
1313
runs-on: ${{ matrix.platform }}
14+
permissions:
15+
checks: write
16+
pull-requests: write
1417
steps:
1518
- uses: actions/checkout@v3
1619
with:
@@ -40,4 +43,3 @@ jobs:
4043
if: startsWith(matrix.platform, 'ubuntu') && (matrix.jdk == 17)
4144
with:
4245
files: '**/target/surefire-reports/*.xml'
43-

0 commit comments

Comments
 (0)