Skip to content

Commit

Permalink
PD-45855 Pass in gpg secret key directly
Browse files Browse the repository at this point in the history
  • Loading branch information
eromani-r7 committed Nov 6, 2024
1 parent f77d955 commit b42f54b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-passphrase: GPG_PASSPHRASE
gpg-private-key: GPG_SECRET_KEY
gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
- name: Publish release
run: mvn -Dresume=false -Prelease -B -V -U release:prepare release:perform
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}

0 comments on commit b42f54b

Please sign in to comment.