Skip to content

Commit

Permalink
grant needed permissions to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Dec 10, 2023
1 parent 9c08697 commit a173d88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
working-directory: getargv.java

release:
permissions:
contents: write
packages: write
needs: [ build ]
runs-on: macos-latest
# maven created a new tag but we only trigger on 'pre-' prefixed tags in 'on:' clause above
Expand Down

0 comments on commit a173d88

Please sign in to comment.