CI/CD: Pass secret to fetch command

This commit is contained in:
daijro 2024-12-09 05:24:57 -06:00
parent 9b8eed1d24
commit 3b235c5a21

View file

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