Skip to content

Commit

Permalink
Changing contents permission and updating the version of action-suref…
Browse files Browse the repository at this point in the history
…ire-report being used which is causing issues.
  • Loading branch information
byarger-ebay committed Jul 30, 2024
1 parent 7ee5b97 commit 3c65e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
checks: write
contents: read
contents: write
issues: read
pull-requests: write
steps:
Expand All @@ -27,4 +27,4 @@ jobs:
run: mvn -U -f NSTTutorials/pom.xml clean test -Dgpg.skip=true
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/action-surefire-report@v1
uses: scacap/action-surefire-report@v1.8.0

0 comments on commit 3c65e9b

Please sign in to comment.