Skip to content

Commit

Permalink
Update reference to identity and credentials to match the used vault …
Browse files Browse the repository at this point in the history
…entry (#554)

* Retrigger Checks for PR mergability

* fix: correcting vault location

updated to use our I&C tas-journey-auth vault

[#187597749]
  • Loading branch information
Tallicia authored Jul 29, 2024
1 parent 4e0be35 commit 2c6ff64
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2c6ff64

Please sign in to comment.