Skip to content

Commit

Permalink
CI/CD: Pass secret to fetch command
Browse files Browse the repository at this point in the history
  • Loading branch information
daijro committed Dec 9, 2024
1 parent 9b8eed1 commit 3b235c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b235c5

Please sign in to comment.