We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565dd91 commit 19c2fa6Copy full SHA for 19c2fa6
1 file changed
github-action-build.sh
@@ -102,7 +102,7 @@ EOL
102
# NB: Key and iv values were given as arguments.
103
echo
104
echo "== Decrypting GPG keypair =="
105
- openssl aes-256-cbc -pbkdf2 -K "$key" -iv "$iv" -in "$keyFile.enc" -out "$keyFile" -d
+ openssl enc -nosalt -aes-256-cbc -d -K "$key" -iv "$iv" -in "$keyFile.enc" -out "$keyFile"
106
checkSuccess $?
107
fi
108
if [ "$deployOK" -a -f "$keyFile" ]; then
0 commit comments