From e85c1d435c15796a4d3c538cf948ef903527cdf6 Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Wed, 29 May 2024 23:51:41 -0500 Subject: [PATCH] Update cd_pipeline.yml --- .github/workflows/cd_pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd_pipeline.yml b/.github/workflows/cd_pipeline.yml index 06d3e33..f649d08 100644 --- a/.github/workflows/cd_pipeline.yml +++ b/.github/workflows/cd_pipeline.yml @@ -82,11 +82,10 @@ jobs: - name: Push changes to new branch working-directory: gh-pages env: - PERSONAL_ACCESS_TOKEN: ${{ secrets.SECRET_TO_PUSH_TO_CIROH_GITHUB_IO }} + PERSONAL_ACCESS_TOKEN: ${{ secrets._PAT_SECRET }} run: | git remote add target https://github.com/CIROH-UA/ciroh-ua.github.io.git git push --set-upstream target deploy-branch-$VERSION - # 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 - name: Create Pull Request uses: peter-evans/create-pull-request@v4