Skip to content

Commit

Permalink
Clean up references to GPG key (#24)
Browse files Browse the repository at this point in the history
Clean up GPG key references
  • Loading branch information
tspence authored Oct 3, 2024
1 parent 4532844 commit 2d6383e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
distribution: 'adopt'
java-version: 17
server-id: central
server-username: MAVEN_USERNAME
server-password: MAVEN_CENTRAL_TOKEN
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
server-username: ${{ secrets.MAVEN_USERNAME }}
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }}
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

- name: Verify with Maven
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 2d6383e

Please sign in to comment.