Add GCP_KEY to publish-grafanacom step (#57910) (#57948)

(cherry picked from commit 1eaf7cbfc0)
This commit is contained in:
Dimitris Sotirakis
2022-11-01 09:07:44 +00:00
committed by GitHub
parent 522a819e9e
commit 3274e8727e
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -1040,6 +1040,7 @@ def publish_grafanacom_step(edition, ver_mode):
],
'environment': {
'GRAFANA_COM_API_KEY': from_secret('grafana_api_key'),
'GCP_KEY': from_secret('gcp_key'),
},
'commands': [
cmd,