From 12d456cd620548754ba022e5a765e45a85bb4d78 Mon Sep 17 00:00:00 2001 From: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:18:33 -0700 Subject: [PATCH] fix missing and incorrect vars (#240) Signed-off-by: Sarah Funkhouser <147884153+golanglemonade@users.noreply.github.com> --- .buildkite/pipeline.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index d1d9f937..ded8d268 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -108,6 +108,9 @@ steps: if: build.branch == "main" depends_on: ["go_test"] plugins: + - cluster-secrets#v1.0.0: + variables: + SONAR_TOKEN: SONAR_TOKEN - artifacts#v1.9.4: download: coverage.out step: "go_test" @@ -284,7 +287,7 @@ steps: plugins: - cluster-secrets#v1.0.0: variables: - SECRET_GCR_PUBLISH_TOKEN: SECRET_GHCR_PUBLISH_TOKEN + SECRET_GHCR_PUBLISH_TOKEN: SECRET_GHCR_PUBLISH_TOKEN - docker-login#v3.0.0: username: openlane-bender password-env: SECRET_GHCR_PUBLISH_TOKEN