[v9.4.x] CI: use the base64 key in the windows installer steps (#72379)

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

use the base64 key in the windows installer steps

(cherry picked from commit 0c2b2219bb)
This commit is contained in:
Kevin Minehart
2023-07-26 12:04:00 -03:00
committed by GitHub
parent 549387b831
commit d5d838eaa1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1168,7 +1168,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,