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 a484c1b commit 96a3014Copy full SHA for 96a3014
scripts/decrypt-secrets.sh
@@ -3,4 +3,7 @@
3
# Following this guide to encrypt / decrypt files
4
# https://github.com/circleci/encrypted-files
5
6
+ls -al .circleci/
7
+echo $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
8
+
9
openssl aes-256-cbc -d -in .circleci/key.p12.enc -out key.p12 -k $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
0 commit comments