Skip to content

Commit

Permalink
update git keys used by ci pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Ravindran <[email protected]>
  • Loading branch information
nader-ziada authored and xtreme-nitin-ravindran committed Oct 10, 2024
1 parent 846de1b commit f6ffd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipelines/bosh-bootloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resources:
source:
uri: [email protected]: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
Expand Down Expand Up @@ -190,7 +190,7 @@ resources:
source:
uri: [email protected]: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
Expand Down

0 comments on commit f6ffd99

Please sign in to comment.