Skip to content

Commit

Permalink
Allow Release workflow to push changes back to repo
Browse files Browse the repository at this point in the history
#23 was missing this!
  • Loading branch information
rtyley committed Dec 1, 2023
1 parent dbbff36 commit 0e940cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
env:
PGP_PASSPHRASE: ${{ secrets.AUTOMATED_MAVEN_RELEASE_PGP_PASSPHRASE }}
SONATYPE_USERNAME: guardian.automated.maven.release
Expand Down

0 comments on commit 0e940cb

Please sign in to comment.