Skip to content

Commit 3c5ec5a

Browse files
authored
Update the TCSP settings for helm testing (#1608)
**Description of the change** Update the TCSP validation URL for VIB testing. --------- Signed-off-by: Alfredo Garcia <[email protected]>
1 parent c532fcf commit 3c5ec5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-vib-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'helm/**'
1010

1111
env:
12-
CSP_API_URL: https://console.cloud.vmware.com
12+
CSP_API_URL: https://console.tanzu.broadcom.com
1313
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
1414
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
1515

.github/workflows/helm-vib.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'helm/**'
99

1010
env:
11-
CSP_API_URL: https://console.cloud.vmware.com
11+
CSP_API_URL: https://console.tanzu.broadcom.com
1212
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
1313
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com
1414

0 commit comments

Comments
 (0)