From 5d31385a700cc40a6d126eb07209d0efb4f2d7ab Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 10 Feb 2023 10:44:48 +0100 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/charts-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 1ab141f66cf..2ab348c8066 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -278,7 +278,7 @@ jobs: steps.collect-changes.outputs.changesDetectedAfterTag == 'true' with: charts_dir: charts/dependency - charts_repo_url: https://charts.truecharts.org + charts_repo_url: https://deps.truecharts.org env: CR_TOKEN: "${{ secrets.BOT_TOKEN }}" CR_SKIP_EXISTING: "true"