We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b3fb8 commit 8beac02Copy full SHA for 8beac02
.github/workflows/publish-maven-central.yml
@@ -20,6 +20,7 @@ jobs:
20
server-username: MAVEN_USERNAME
21
server-password: MAVEN_PASSWORD
22
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE
24
25
- name: Debug GPG keys
26
run: |
@@ -47,3 +48,4 @@ jobs:
47
48
env:
49
MAVEN_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
50
MAVEN_PASSWORD: ${{ secrets.CENTRAL_TOKEN }}
51
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments