[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
+2 -2
View File
@@ -2954,7 +2954,7 @@ steps:
- publish-linux-packages-rpm
environment:
GCP_KEY:
from_secret: gcp_grafanauploads
from_secret: gcp_grafanauploads_base64
GRAFANA_COM_API_KEY:
from_secret: grafana_api_key
image: grafana/grafana-ci-deploy:1.3.3
@@ -4489,6 +4489,6 @@ kind: secret
name: github_token
---
kind: signature
hmac: 307a779804ff68b6ef47b079c4bf7f2ebe00d55f64c89f17e5a895d916772c65
hmac: fbb21199e6dbd37d9932d516804cbead6d1f2164f456b520cdba873dea2e108d
...
+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,