From fc1f895375f8fe7de4d0bb9313a900e9f286bee0 Mon Sep 17 00:00:00 2001 From: Prateek Gangwal Date: Fri, 8 Nov 2024 17:07:47 -0800 Subject: [PATCH] Minor comment fix --- ci/pipelines/cf-mgmt/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipelines/cf-mgmt/pipeline.yml b/ci/pipelines/cf-mgmt/pipeline.yml index a0510af8..e0e73ffc 100644 --- a/ci/pipelines/cf-mgmt/pipeline.yml +++ b/ci/pipelines/cf-mgmt/pipeline.yml @@ -29,7 +29,7 @@ secrets: - &github_access_token ((cf_mgmt_github_bot.access_token)) #! github_ssh_key is required to pull and push the repos used in this pipeline. It lives in runway vault under the path 'runway_concourse/tas-journey-auth/cf_mgmt_github_bot' - &github_ssh_key ((cf-identity_deploy_key.private_key)) -#! cryogenics-concourse-tasks-key is required to operate upon the cryogenics_concourse_tasks repo used in this pipeline. It lives in runway vault under the path 'identity-and-credentials/cryogenics_concourse_tasks_key' +#! cryogenics-concourse-tasks-key is required to operate upon the cryogenics_concourse_tasks repo used in this pipeline. It lives in vault under the path 'identity-and-credentials/cryogenics_concourse_tasks_key' - &cryogenics_concourse_tasks_key ((cryogenics-concourse-tasks-key.private_key)) #! github_email and github_user were added on 2023-12-19 to make the bump-go-module commits - &github_email ((cf_mgmt_github_bot.email))