From dd891b6ca0100f01041a3cae4b5849bb211da299 Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Thu, 27 Mar 2025 17:56:46 +0000 Subject: [PATCH] Update .github/workflows/update-helm-depends.yaml --- .github/workflows/update-helm-depends.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-helm-depends.yaml b/.github/workflows/update-helm-depends.yaml index 2fc2d64..1685774 100644 --- a/.github/workflows/update-helm-depends.yaml +++ b/.github/workflows/update-helm-depends.yaml @@ -25,7 +25,7 @@ jobs: - name: Checkout helm repo uses: actions/checkout@v4 with: - repository: giteaAdmin/${{ inputs.helmRepo }}-helm + repository: DevFW-CICD/${{ inputs.helmRepo }}-helm token: ${{ secrets.PAT }} ref: main path: helmworkspace