Publish Linux Packages: Fix bad secret name (#56708) (#57174)

🤦

Co-authored-by: dsotirakis <dimitrios.sotirakis@grafana.com>
(cherry picked from commit 72b9555487)

Co-authored-by: Julien Duchesne <julien.duchesne@grafana.com>
This commit is contained in:
Dimitris Sotirakis
2022-10-18 08:28:48 -04:00
committed by GitHub
co-authored by Julien Duchesne
parent f2fa4eb197
commit 9617d2a14f
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1057,7 +1057,7 @@ def publish_linux_packages_step(edition, package_manager='deb'):
'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'),