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:
parent
34ee3b09de
commit
0c2b2219bb
@ -3328,7 +3328,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
|
||||
@ -4970,6 +4970,6 @@ kind: secret
|
||||
name: delivery-bot-app-private-key
|
||||
---
|
||||
kind: signature
|
||||
hmac: 3f94603ccb6df539771470e23415094c86d606d5fd823409cd685346de3742e0
|
||||
hmac: b3a378789d0a84f8eedd22567d2ce7609cc9c079bdd58ea8e71d0d9456c423e8
|
||||
|
||||
...
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user