Skip to content

Commit

Permalink
Update the TCSP settings for helm testing (#1608)
Browse files Browse the repository at this point in the history
**Description of the change**

Update the TCSP validation URL for VIB testing.

---------

Signed-off-by: Alfredo Garcia <[email protected]>
  • Loading branch information
agarcia-oss authored Oct 4, 2024
1 parent c532fcf commit 3c5ec5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-vib-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'helm/**'

env:
CSP_API_URL: https://console.cloud.vmware.com
CSP_API_URL: https://console.tanzu.broadcom.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-vib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'helm/**'

env:
CSP_API_URL: https://console.cloud.vmware.com
CSP_API_URL: https://console.tanzu.broadcom.com
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
VIB_PUBLIC_URL: https://cp.bromelia.vmware.com

Expand Down

0 comments on commit 3c5ec5a

Please sign in to comment.