Skip to content

Commit

Permalink
reference GPG_PASS in setup jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasl authored Sep 28, 2023
1 parent 8ed50b6 commit c9419a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Full private key blob
gpg-passphrase: ${{ secrets.SIGN_KEY_PASS }} # Password chosen when creating the GPG key
gpg-passphrase: GPG_PASS

- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
Expand Down

0 comments on commit c9419a5

Please sign in to comment.