Skip to content

Commit

Permalink
use env key fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 16, 2023
1 parent 92d3f77 commit ff1a7d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
fingerprint: ${{ secrets.GPG_SIGNING_KEY_ID }}
fingerprint: ${{ env.GPG_SIGNING_KEY_ID }}
git_user_signingkey: true
git_commit_gpgsign: true
git_config_global: true
- run: gpg -K
- name: Setup Maven Central
uses: actions/setup-java@v3
Expand Down

0 comments on commit ff1a7d4

Please sign in to comment.