From 2cf0c620bafacc84de8d9ee3496e4f35688141dc Mon Sep 17 00:00:00 2001 From: Egor_P Date: Thu, 29 Aug 2024 18:08:00 +0200 Subject: [PATCH] change list key command --- .github/scripts/common/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/common/lib.sh b/.github/scripts/common/lib.sh index 00b81072562c..03461ce93063 100755 --- a/.github/scripts/common/lib.sh +++ b/.github/scripts/common/lib.sh @@ -316,7 +316,7 @@ function import_gpg_keys() { ) & done wait - gpg -k $SEC + gpg -k } # Check the GPG signature for a given binary