[9.2.x] Use new GPG key when publishing (#61791)
update .drone.yml Co-authored-by: Julien Duchesne <julien.duchesne@grafana.com>
This commit is contained in:
co-authored by
Julien Duchesne
parent
3e1c926636
commit
0a415bfbbd
@@ -654,9 +654,9 @@ def package_step(edition, ver_mode, include_enterprise2=False, variants=None):
|
||||
sign_args = ' --sign'
|
||||
env = {
|
||||
'GRAFANA_API_KEY': from_secret('grafana_api_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'),
|
||||
}
|
||||
test_args = ''
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user