From f6ffd9940895b76ab2d984bc89a175436fd5bfb4 Mon Sep 17 00:00:00 2001 From: Nader Ziada Date: Thu, 10 Oct 2024 09:32:56 -0400 Subject: [PATCH] update git keys used by ci pipeline Signed-off-by: Nitin Ravindran --- ci/pipelines/bosh-bootloader.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipelines/bosh-bootloader.yml b/ci/pipelines/bosh-bootloader.yml index a225de4ed..78535ba59 100644 --- a/ci/pipelines/bosh-bootloader.yml +++ b/ci/pipelines/bosh-bootloader.yml @@ -86,7 +86,7 @@ resources: source: uri: git@github.com:cloudfoundry/bosh-bootloader-ci-envs.git branch: main - private_key: ((github.private_key)) + private_key: ((github_deploy_key_bosh-bootloader-ci-envs.private_key)) # - name: version # type: semver @@ -190,7 +190,7 @@ resources: source: uri: git@github.com:cloudfoundry/bosh-bootloader.git branch: bump-deployments-ci - private_key: ((github.private_key)) + private_key: ((github_deploy_key_bosh-bootloader.private_key)) - name: concourse-smoke-tests type: git