From 2cb5cab1fbc0ab4941b92c517a2b3594fb0f4d1c Mon Sep 17 00:00:00 2001 From: Nick Rohn Date: Wed, 14 Aug 2024 12:49:17 -0700 Subject: [PATCH 1/2] feat: support generic versions repo --- ci/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index 7ed8e3b..44b5984 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -47,7 +47,7 @@ resources: type: semver source: driver: git - uri: git@github.com:cf-platform-eng/isv-ci-versions.git + uri: git@((git.org_url)/isv-ci-versions.git branch: main file: needs private_key: ((github.private_key)) From acb8e4070c2c6aec92788a9ed658d015855c81d8 Mon Sep 17 00:00:00 2001 From: Nick Rohn Date: Wed, 14 Aug 2024 14:00:13 -0700 Subject: [PATCH 2/2] feat: use enterprise auth Co-authored-by: Nick Rohn Co-authored-by: Ramkumar Vengadakrishnan --- ci/pipeline.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index 44b5984..c0659e1 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -47,10 +47,11 @@ resources: type: semver source: driver: git - uri: git@((git.org_url)/isv-ci-versions.git + uri: ((github.org_url))/isv-ci-versions.git branch: main + username: ((github.username)) + password: ((github.broadcom_github_personal_access_token)) file: needs - private_key: ((github.private_key)) - name: node type: registry-image