From 7781c86aea159c90bd55d549eede41c65cb4e140 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 2 Dec 2020 21:26:41 -0500 Subject: [PATCH] Try shorter decoding --- .github/decodekey.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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