Skip to content

Commit

Permalink
add req. perms
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Oct 20, 2024
1 parent 41c7a96 commit 922042f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
id-token: write
contents: read
checks: write

jobs:
build:
Expand All @@ -37,6 +41,8 @@ jobs:
name: Test Results
path: ${{ github.workspace }}/target/surefire-reports/TEST-com.norb.utils.UtilsTestSuite.xml
reporter: java-junit
list-suites: all
list-tests: all

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
#- name: Update dependency graph
Expand Down

0 comments on commit 922042f

Please sign in to comment.