Fix build-windows-installer step

This commit is contained in:
Guilherme Caulada
2023-08-16 15:29:12 -03:00
parent a4a31f2659
commit cbf6e59b29
2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -2620,7 +2620,7 @@ steps:
- windows-init
environment:
GCP_KEY:
from_secret: gcp_key
from_secret: gcp_grafanauploads_base64
GITHUB_TOKEN:
from_secret: github_token
PRERELEASE_BUCKET:
@@ -3221,7 +3221,7 @@ steps:
- windows-init
environment:
GCP_KEY:
from_secret: gcp_key
from_secret: gcp_grafanauploads_base64
GITHUB_TOKEN:
from_secret: github_token
PRERELEASE_BUCKET:
@@ -3849,7 +3849,7 @@ steps:
- windows-init
environment:
GCP_KEY:
from_secret: gcp_key
from_secret: gcp_grafanauploads_base64
GITHUB_TOKEN:
from_secret: github_token
PRERELEASE_BUCKET:
@@ -4487,3 +4487,8 @@ get:
path: infra/data/ci/github/grafanabot
kind: secret
name: github_token
---
kind: signature
hmac: a9b87d01af624c9db4807ad33144358f985b0230fde5ec7e34c0037d28360307
...
+1 -1
View File
@@ -1290,7 +1290,7 @@ def get_windows_steps(ver_mode, bucket = "%PRERELEASE_BUCKET%"):
"windows-init",
],
"environment": {
"GCP_KEY": from_secret("gcp_key"),
"GCP_KEY": from_secret(gcp_grafanauploads_base64),
"PRERELEASE_BUCKET": from_secret(prerelease_bucket),
"GITHUB_TOKEN": from_secret("github_token"),
},