From 761f49d52b8589323411579a3c9ab871925ea039 Mon Sep 17 00:00:00 2001 From: David Gomez Date: Wed, 16 Jul 2025 11:02:09 +0200 Subject: [PATCH] Update VIB public URL (#35157) Signed-off-by: David Gomez --- .github/workflows/cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index baef9fd771..6f2e978b1f 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -70,7 +70,7 @@ jobs: env: CSP_API_URL: https://console.tanzu.broadcom.com CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }} - VIB_PUBLIC_URL: https://cp.bromelia.vmware.com + VIB_PUBLIC_URL: ${{ vars.VIB_PUBLIC_URL }} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 name: Checkout Repository