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