Skip to content

Commit

Permalink
Add proper permission for publish-unit-test-result-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Calixte authored and Bananeweizen committed Sep 29, 2023
1 parent 1da37d2 commit 1060bd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [11, 17]
runs-on: ${{ matrix.platform }}
permissions:
checks: write
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -40,4 +43,3 @@ jobs:
if: startsWith(matrix.platform, 'ubuntu') && (matrix.jdk == 17)
with:
files: '**/target/surefire-reports/*.xml'

0 comments on commit 1060bd4

Please sign in to comment.