1
0
mirror of synced 2026-08-05 15:06:54 +00:00

devops: get passphrase from secrets (#143)

This commit is contained in:
Yury Semikhatsky
2020-12-16 23:16:33 -08:00
committed by GitHub
parent d9534cdda7
commit 7625aa5c62
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
server-username: MAVEN_USERNAME # env variable for username in deploy
server-password: MAVEN_PASSWORD # env variable for token in deploy
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
gpg-passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
- name: Download drivers
shell: bash
run: scripts/download_driver_for_all_platforms.sh