We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7625aa5 commit 8c9a2a8Copy full SHA for 8c9a2a8
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
server-username: MAVEN_USERNAME # env variable for username in deploy
19
server-password: MAVEN_PASSWORD # env variable for token in deploy
20
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
21
- gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
+ gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
22
- name: Download drivers
23
shell: bash
24
run: scripts/download_driver_for_all_platforms.sh
@@ -27,3 +27,4 @@ jobs:
27
env:
28
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
29
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
30
+ MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
0 commit comments