From 9959644a640088b136cdaca8aba21c7307863ad5 Mon Sep 17 00:00:00 2001 From: Mohammad Hussein Chahkandi <100763223+muhuchah@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:39:19 +0330 Subject: [PATCH] fix(cicd): Push changes to new branch (#45) --- .github/workflows/CI-Merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI-Merge.yml b/.github/workflows/CI-Merge.yml index 5ff6bf6..696a410 100644 --- a/.github/workflows/CI-Merge.yml +++ b/.github/workflows/CI-Merge.yml @@ -69,7 +69,7 @@ jobs: - name: Push changes to new branch run: | cd helm-chart-repo - git branch | cat + git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/username/repo.git git push --set-upstream origin $NEW_BRANCH - name: Create Pull Request