[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user