[v10.0.x] CI: use the base64 key in the windows installer steps (#72382)

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 10:04:18 -05:00
committed by GitHub
parent 820cf8d115
commit 8ba6bfc6dd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1160,7 +1160,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,