mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Publish Linux Packages: Fix bad secret name (#56708)
🤦 Co-authored-by: dsotirakis <dimitrios.sotirakis@grafana.com>
This commit is contained in:
co-authored by
dsotirakis
parent
719769ee7c
commit
72b9555487
@@ -1057,7 +1057,7 @@ def publish_linux_packages_step(edition):
|
||||
'settings': {
|
||||
'access_key_id': from_secret('packages_access_key_id'),
|
||||
'secret_access_key': from_secret('packages_secret_access_key'),
|
||||
'service_account_json': from_secret('packages_service_account_json'),
|
||||
'service_account_json': from_secret('packages_service_account'),
|
||||
'target_bucket': 'grafana-packages',
|
||||
'deb_distribution': 'stable',
|
||||
'gpg_passphrase': from_secret('packages_gpg_passphrase'),
|
||||
|
||||
Reference in New Issue
Block a user