Skip to content

Commit 01a2e70

Browse files
committed
Update run_su2_validtion With Correct PAT
1 parent 1c67e08 commit 01a2e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_su2_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)