From 8da34d5751892eb7f69c28df3aaded4f7d3b8d02 Mon Sep 17 00:00:00 2001 From: Andreea-Lupu Date: Tue, 12 Jul 2022 14:57:45 +0300 Subject: [PATCH] Rename push token Signed-off-by: Andreea-Lupu --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9ae1d146..be6ce3d3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -317,7 +317,7 @@ jobs: repository: project-zot/helm-charts ref: main fetch-depth: '0' - token: ${{ secrets.PUSH_TOKEN }} + token: ${{ secrets.HELM_PUSH_TOKEN }} path: ./helm-charts - name: Configure Git