Clone with PAT

This commit is contained in:
dcvz 2024-05-16 15:00:20 +02:00
parent f1b63e9225
commit e170db3b5c

View file

@ -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: |