Skip to content

Commit

Permalink
Update cd_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored May 30, 2024
1 parent 6b1f047 commit e85c1d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e85c1d4

Please sign in to comment.