mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 13:11:58 +00:00
Add token
This commit is contained in:
parent
e170db3b5c
commit
a9b104bca8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/validate.yml
vendored
5
.github/workflows/validate.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue