Skip to content

Commit cf90e96

Browse files
committed
CI: Use modern GPG keys
Most of the changes are in GitHub's secret values. The only thing that must change in the code is the name of the key we search for. Fixes #1668.
1 parent 34ced4e commit cf90e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bundle_files() {
106106
sign() {
107107
set +x
108108
gpg --batch --import <(echo "$SIGNING_KEY")
109-
fingerprint="$(gpg --list-keys | grep galois -a1 | head -n1 | awk '{$1=$1};1')"
109+
fingerprint="$(gpg --list-keys | grep Galois -a1 | head -n1 | awk '{$1=$1};1')"
110110
echo "$fingerprint:6" | gpg --import-ownertrust
111111
gpg --yes --no-tty --batch --pinentry-mode loopback --default-key "$fingerprint" --detach-sign -o "$1".sig --passphrase-file <(echo "$SIGNING_PASSPHRASE") "$1"
112112
set -x

0 commit comments

Comments
 (0)