mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
CI/CD: Pass secret to fetch command
This commit is contained in:
parent
9b8eed1d24
commit
3b235c5a21
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -84,6 +84,12 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y msitools p7zip-full aria2
|
||||
|
||||
- name: Fetch source
|
||||
env:
|
||||
CAMOUFOX_PASSWD: ${{ secrets.CAMOUFOX_PASSWD }}
|
||||
run: |
|
||||
make fetch
|
||||
|
||||
- name: Setup and bootstrap
|
||||
run: |
|
||||
make setup-minimal
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue