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

Update reference to identity and credentials to match the used vault entry #554

Merged
merged 4 commits into from
Jul 29, 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
4 changes: 2 additions & 2 deletions ci/pipelines/cf-mgmt/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ secrets:
#! dockerhub_repository was needed on 2023-09-15 to publish releases to Docker. This is not really a secret, this is the tag we use when we publish new images.
- &dockerhub_tag ((docker-hub.tag))

#! github_access_token is required to create PRs against repos used in this pipeline. It lives in runway vault under the path 'runway_concourse/cryogenics/github'
#! github_access_token is required to create PRs against repos used in this pipeline. It lives in runway vault under the path 'runway_concourse/tas-journey-auth/cf_mgmt_github_bot'
- &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/cryogenics/github'
#! 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))
#! 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