mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user