diff --git a/.github/decodekey.sh b/.github/decodekey.sh index 3f567818b..ac7c2c58f 100755 --- a/.github/decodekey.sh +++ b/.github/decodekey.sh @@ -1,3 +1,4 @@ #!/bin/bash -echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE +# echo $PGP_SECRET | base64 --decode | gpg --import --batch --yes --pinentry-mode loopback --passphrase $PGP_PASSPHRASE +echo $PGP_SECRET | base64 --decode | gpg --batch --import