mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 03:15:53 +08:00
[bitnami/containers] Update CSP endpoint for VIB actions (#72363)
Signed-off-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
4
.github/workflows/ci-pipeline.yml
vendored
4
.github/workflows/ci-pipeline.yml
vendored
@@ -89,10 +89,10 @@ jobs:
|
|||||||
needs.get-containers.outputs.result == 'ok' &&
|
needs.get-containers.outputs.result == 'ok' &&
|
||||||
github.event.pull_request.user.login != 'bitnami-bot'
|
github.event.pull_request.user.login != 'bitnami-bot'
|
||||||
name: VIB Verify
|
name: VIB Verify
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
env:
|
env:
|
||||||
CSP_API_URL: https://console.cloud.vmware.com
|
CSP_API_URL: https://console.tanzu.broadcom.com
|
||||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||||
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|||||||
Reference in New Issue
Block a user