Skip to content

Commit

Permalink
build: Fix production sign process
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
pjbgf committed Jan 25, 2024
1 parent 8b1f6c8 commit 0a78af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/sign
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function check_channel(){
exit 1
fi
echo "Importing GPG private key ${KEY_VAR}"
gpg --yes --pinentry-mode loopback --batch --passphrase "${!PASSPHRASE_VAR}" --import - <<< "${TESTING_PRIVATE_KEY}"
gpg --yes --pinentry-mode loopback --batch --passphrase "${!PASSPHRASE_VAR}" --import - <<< "${!KEY_VAR}"
echo "Signing keys imported successfully"
}

Expand Down

0 comments on commit 0a78af5

Please sign in to comment.