Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor comment fix #586

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/pipelines/cf-mgmt/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down