Skip to content

Commit

Permalink
chore: explain that the field name is the one in the vault secret
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 15, 2024
1 parent 857bb70 commit 0d83f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/hooks/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export SERVER_PASSWORD
# Signing keys
GPG_SECRET=kv/data/ci-shared/release-eng/team-release-secrets/apm/gpg
vault read -field=key_id $GPG_SECRET >$KEY_FILE
## NOTE: passphase is the name of the field.
KEYPASS_SECRET=$(vault read -field=passphase $GPG_SECRET)
export KEYPASS_SECRET
export KEY_ID_SECRET=D88E42B4
Expand Down

0 comments on commit 0d83f2f

Please sign in to comment.