Skip to content

Commit

Permalink
Trying with explicit packages permissions set to write
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 2, 2024
1 parent c6c77d4 commit 56ebfda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
publish_maven_artifact:
needs: build_and_test
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 56ebfda

Please sign in to comment.