[v10.0.x] CI: use base64 key in windows installer build step (#72454)

CI: use base64 key in windows installer build step (#72413)

use base64 key

(cherry picked from commit b019ef9a89)
This commit is contained in:
Kevin Minehart
2023-07-27 16:26:10 +03:00
committed by GitHub
parent 0b2178fe9c
commit e4d42c84a8
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1300,7 +1300,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"),
},