Skip to content

Commit

Permalink
Add passphrase to gpgp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Mar 25, 2024
1 parent cb338fc commit dc0ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: mvn versions:set -DnewVersion=${{ env.VERSION }}

- name: Install GPG secret key
run: echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}" | gpg --batch --import
run: echo "${{ secrets.OSSRH_GPG_SECRET_KEY }}" | gpg --batch --passphrase "${{ secrets.OSSRH_GPG_PASSPHRASE }}" --import

- name: Check Imported GPG Keys
run: gpg --list-secret-keys --keyid-format LONG
Expand Down

0 comments on commit dc0ee13

Please sign in to comment.