Skip to content

Commit 7625aa5

Browse files
authored
devops: get passphrase from secrets (#143)
1 parent d9534cd commit 7625aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
server-username: MAVEN_USERNAME # env variable for username in deploy
1919
server-password: MAVEN_PASSWORD # env variable for token in deploy
2020
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
21-
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
21+
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
2222
- name: Download drivers
2323
shell: bash
2424
run: scripts/download_driver_for_all_platforms.sh

0 commit comments

Comments
 (0)