From e170db3b5c9b7e476415eb8a50e9d9d36ea7abb6 Mon Sep 17 00:00:00 2001 From: dcvz Date: Thu, 16 May 2024 15:00:20 +0200 Subject: [PATCH] Clone with PAT --- .github/workflows/validate.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3965727..e0f96fb 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -20,10 +20,6 @@ jobs: uses: actions/checkout@v4 with: submodules: true - - uses: actions/checkout@v4 - with: - repository: 'dcvz/zre' - token: ${{ secrets.PAT }} - name: ccache uses: hendrikmuhs/ccache-action@v1.2 with: @@ -59,8 +55,8 @@ jobs: - name: Prepare Build if: runner.os != 'Windows' run: |- - cd zre - ./process.sh + git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git + ./zre/process.sh - name: Build N64Recomp & RSPRecomp if: runner.os != 'Windows' run: |