Skip to content

Commit

Permalink
give release JARs step PR write access
Browse files Browse the repository at this point in the history
  • Loading branch information
worstell committed Nov 16, 2023
1 parent aabaad6 commit 38fada9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
name: Release JARs
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
packages: write
steps:
- name: Checkout code
Expand Down

0 comments on commit 38fada9

Please sign in to comment.