update gpg secret name (#731)

This commit is contained in:
Kevin Minehart
2023-01-24 11:16:21 -06:00
committed by GitHub
parent 3b8707ddb4
commit 623cd8f41c
2 changed files with 13 additions and 20 deletions
+3 -4
View File
@@ -995,10 +995,9 @@ def store_packages_step(edition, ver_mode):
],
'environment': {
'GRAFANA_COM_API_KEY': from_secret('grafana_api_key'),
'GCP_KEY': from_secret('gcp_key'),
'GPG_PRIV_KEY': from_secret('gpg_priv_key'),
'GPG_PUB_KEY': from_secret('gpg_pub_key'),
'GPG_KEY_PASSWORD': from_secret('gpg_key_password'),
'GPG_PRIV_KEY': from_secret('packages_gpg_private_key'),
'GPG_PUB_KEY': from_secret('packages_gpg_public_key'),
'GPG_KEY_PASSWORD': from_secret('packages_gpg_passphrase'),
},
'commands': [
cmd,