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"