From f9ae0098ac22be608d875e2b90cc4bddbcd3f2b1 Mon Sep 17 00:00:00 2001 From: Neil Hickey Date: Thu, 12 Aug 2021 15:25:23 -0600 Subject: [PATCH] Update credentials format to match vault - Credentials moved to vault instead of lastpass Signed-off-by: Neil Hickey --- ci/pipeline.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 927dc142..ffe91bca 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -19,7 +19,7 @@ resources: source: uri: git@github.com:vmwarepivotallabs/cf-mgmt.git branch: main - private_key: {{git-ssh-key}} + private_key: ((github.ssh_key)) ignore_paths: ["README.md","docs/*"] - name: draft-cfmgmt-resource @@ -27,7 +27,7 @@ resources: source: owner: vmware-tanzu-labs repository: cf-mgmt - access_token: {{github-token}} + access_token: ((github.token)) drafts: true - name: releases @@ -35,15 +35,15 @@ resources: source: owner: vmware-tanzu-labs repository: cf-mgmt - access_token: {{github-token}} + access_token: ((github.token)) - name: docker-registry type: docker-image source: - repository: {{docker-repository}} - username: {{docker-registry-username}} - password: {{docker-registry-password}} - tag: {{docker-tag}} + repository: ((dockerhub.repository)) + username: ((dockerhub.username)) + password: ((dockerhub.password)) + tag: ((dockerhub.tag)) - name: cf-deployment-env icon: pool