File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -684,8 +684,8 @@ jobs:
684684 run : |
685685 # Clone and checkout existing branch if it exists, or create new
686686 BRANCH_NAME="ValidationCases_${{ github.event.inputs.branch_name }}_${{ env.SANITIZED_AUTHOR }}"
687- git clone --branch "$BRANCH_NAME" --single-branch https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/HarshM0210/Results .git website || \
688- git clone https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/HarshM0210/Results .git website
687+ git clone --branch "$BRANCH_NAME" --single-branch https://${{ secrets.VANDV_ACTIONS }}@github.com/su2code/su2code.github.io .git website || \
688+ git clone https://${{ secrets.VANDV_ACTIONS }}@github.com/su2code/su2code.github.io .git website
689689 cd website
690690
691691 git config user.name "GitHub Actions"
You can’t perform that action at this time.
0 commit comments