From 5c3f37c5d07bb8e53adbed162ddb1857741a3692 Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Wed, 29 May 2024 22:12:14 -0500 Subject: [PATCH] Update cd_pipeline.yml --- .github/workflows/cd_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd_pipeline.yml b/.github/workflows/cd_pipeline.yml index 89b2722..c6e7f91 100644 --- a/.github/workflows/cd_pipeline.yml +++ b/.github/workflows/cd_pipeline.yml @@ -97,7 +97,7 @@ jobs: env: PERSONAL_ACCESS_TOKEN: ${{ secrets.SECRET_TO_PUSH_TO_CIROH_GITHUB_IO }} run: | - git push --set-upstream https://ciroh-ua:${{ secrets.SECRET_TO_PUSH_TO_CIROH_GITHUB_IO }}@github.com/CIROH-UA/ciroh-ua.github.io.git deploy-branch-$VERSION + git push --set-upstream origin deploy-branch-$VERSION - name: Create Pull Request uses: peter-evans/create-pull-request@v4