[v9.4.x] CI: Move npm token to Vault (#73457)
CI: Move npm token to Vault (#73407)
(cherry picked from commit c86a73c794)
This commit is contained in:
@@ -8,6 +8,7 @@ load(
|
||||
"gcp_grafanauploads",
|
||||
"gcp_grafanauploads_base64",
|
||||
"gcp_upload_artifacts_key",
|
||||
"npm_token",
|
||||
"prerelease_bucket",
|
||||
)
|
||||
load(
|
||||
@@ -1099,7 +1100,7 @@ def release_canary_npm_packages_step(trigger = None):
|
||||
"image": images["build_image"],
|
||||
"depends_on": end_to_end_tests_deps(),
|
||||
"environment": {
|
||||
"NPM_TOKEN": from_secret("npm_token"),
|
||||
"NPM_TOKEN": from_secret(npm_token),
|
||||
},
|
||||
"commands": [
|
||||
"./scripts/circle-release-canary-packages.sh",
|
||||
|
||||
Reference in New Issue
Block a user