Add token

This commit is contained in:
dcvz 2024-05-16 15:07:41 +02:00
parent e170db3b5c
commit a9b104bca8

View file

@ -56,7 +56,10 @@ jobs:
if: runner.os != 'Windows'
run: |-
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
./zre/process.sh
cd zre
./process.sh
env:
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
- name: Build N64Recomp & RSPRecomp
if: runner.os != 'Windows'
run: |