Skip to content

Commit

Permalink
Add in GPG signing key (#23)
Browse files Browse the repository at this point in the history
* Fix POM for SonaType central deployment

* Make it possible to automatically update

* Update settings.xml

* Link signing key
  • Loading branch information
tspence authored Oct 3, 2024
1 parent f6bc2b9 commit 4532844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_GPG_KEY: ${{ secrets.GPG_SIGNING_KEY }}

0 comments on commit 4532844

Please sign in to comment.