CI: use the base64 key in the windows installer steps (#72372)

use the base64 key in the windows installer steps
This commit is contained in:
Kevin Minehart
2023-07-26 08:59:25 -05:00
committed by GitHub
parent 34ee3b09de
commit 0c2b2219bb
2 changed files with 3 additions and 3 deletions

View File

@@ -1222,7 +1222,7 @@ def publish_grafanacom_step(ver_mode):
],
"environment": {
"GRAFANA_COM_API_KEY": from_secret("grafana_api_key"),
"GCP_KEY": from_secret(gcp_grafanauploads),
"GCP_KEY": from_secret(gcp_grafanauploads_base64),
},
"commands": [
cmd,