Skip to content

Commit 3b235c5

Browse files
committed
CI/CD: Pass secret to fetch command
1 parent 9b8eed1 commit 3b235c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
sudo apt-get update
8585
sudo apt-get install -y msitools p7zip-full aria2
8686
87+
- name: Fetch source
88+
env:
89+
CAMOUFOX_PASSWD: ${{ secrets.CAMOUFOX_PASSWD }}
90+
run: |
91+
make fetch
92+
8793
- name: Setup and bootstrap
8894
run: |
8995
make setup-minimal

0 commit comments

Comments
 (0)