File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "terraform-provider-elasticstack-release" ]]
12
12
export GPG_PRIVATE_SECRET=$( scripts/retry.sh 5 vault kv get -field gpg_private ${RELEASE_VAULT_PATH} )
13
13
export GPG_PASSPHRASE_SECRET=$( scripts/retry.sh 5 vault kv get -field gpg_passphrase ${RELEASE_VAULT_PATH} )
14
14
export GPG_FINGERPRINT_SECRET=$( scripts/retry.sh 5 vault kv get -field gpg_fingerprint ${RELEASE_VAULT_PATH} )
15
- export GITHUB_TOKEN=$( scripts/retry.sh 5 vault kv get -field gh_personal_access_token ${RELEASE_VAULT_PATH} )
15
+ export GITHUB_TOKEN=" ${VAULT_GITHUB_TOKEN} "
16
16
fi
Original file line number Diff line number Diff line change @@ -12,5 +12,4 @@ echo "--- Caching GPG passphrase"
12
12
echo " $GPG_PASSPHRASE_SECRET " | gpg --armor --detach-sign --passphrase-fd 0 --pinentry-mode loopback
13
13
14
14
echo " --- Release the binaries"
15
- export GITHUB_TOKEN=" ${VAULT_GITHUB_TOKEN} "
16
15
make release
You can’t perform that action at this time.
0 commit comments