mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-01 06:31:37 +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'
|
if: runner.os != 'Windows'
|
||||||
run: |-
|
run: |-
|
||||||
git clone https://${{ secrets.PAT }}@github.com/dcvz/zre.git
|
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
|
- name: Build N64Recomp & RSPRecomp
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue