We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846de1b commit d238c16Copy full SHA for d238c16
ci/pipelines/bosh-bootloader.yml
@@ -86,7 +86,7 @@ resources:
86
source:
87
uri: [email protected]:cloudfoundry/bosh-bootloader-ci-envs.git
88
branch: main
89
- private_key: ((github.private_key))
+ private_key: ((github_deploy_key_bosh-bootloader-ci-envs.private_key))
90
91
# - name: version
92
# type: semver
@@ -190,7 +190,7 @@ resources:
190
191
uri: [email protected]:cloudfoundry/bosh-bootloader.git
192
branch: bump-deployments-ci
193
+ private_key: ((github_deploy_key_bosh-bootloader.private_key))
194
195
- name: concourse-smoke-tests
196
type: git
0 commit comments