We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dded3aa commit b77686eCopy full SHA for b77686e
1 file changed
.github/workflows/CD.yml
@@ -29,7 +29,7 @@ jobs:
29
server-username: OSSRH_USERNAME # env variable for username in deploy
30
server-password: OSSRH_TOKEN # env variable for token in deploy
31
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
32
- gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }} # env variable for GPG private key passphrase
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
33
34
- name: Publish package to Maven Central
35
run: |
0 commit comments