Skip to content

Commit

Permalink
Using short key id (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad authored Jan 18, 2024
1 parent dbd3b99 commit b8ad9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export KEY_ID_SECRET
echo "$KEYPASS_SECRET" | gpg --batch --import "$KEY_FILE"

# Export secring
SECRING_ASC=$(gpg --pinentry-mode=loopback --passphrase "$KEYPASS_SECRET" --armor --export-secret-key dev_ops@elasticsearch.org)
SECRING_ASC=$(gpg --pinentry-mode=loopback --passphrase "$KEYPASS_SECRET" --armor --export-secret-key "$KEY_ID_SECRET")
export SECRING_ASC

echo "--- Configure git context :git:"
Expand Down

0 comments on commit b8ad9ba

Please sign in to comment.