Add GCP_KEY to publish-grafanacom step (#57910)

This commit is contained in:
Dimitris Sotirakis
2022-11-01 09:41:15 +02:00
committed by GitHub
parent 45234e76eb
commit 1eaf7cbfc0
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -1038,6 +1038,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,