Skip to content

Commit

Permalink
fix missing and incorrect vars (#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade authored Nov 22, 2024
1 parent d79cf52 commit 12d456c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 12d456c

Please sign in to comment.