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