Skip to content

Commit

Permalink
Update api key env in CI (#223)
Browse files Browse the repository at this point in the history
* init

* update api key env

---------

Co-authored-by: Your Name <[email protected]>
  • Loading branch information
doombeaker and Your Name authored Nov 16, 2024
1 parent 569191f commit a626909
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
python3 tests/test_examples.py
env:
BIZYAIR_KEY: ${{ secrets.BIZYAIR_KEY }}
BIZYAIR_API_KEY: ${{ secrets.BIZYAIR_KEY }}
PYTHONPATH: ${{ github.workspace }}/ComfyUI

- name: Run ComfyUI on Windows
Expand All @@ -112,4 +113,5 @@ jobs:
python3 tests/test_examples.py
env:
BIZYAIR_KEY: ${{ secrets.BIZYAIR_KEY }}
BIZYAIR_API_KEY: ${{ secrets.BIZYAIR_KEY }}
PYTHONPATH: ${{ github.workspace }}/ComfyUI

0 comments on commit a626909

Please sign in to comment.