Skip to content

Commit

Permalink
rename api_key file
Browse files Browse the repository at this point in the history
  • Loading branch information
doombeaker committed Aug 8, 2024
1 parent 4a9fe6d commit b815b4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
sleep 10
python3 tests/test_examples.py
env:
BIZYAIR_KEY: ${{ secrets.BIZYAIR_KEY }}
PYTHONPATH: ${{ github.workspace }}/ComfyUI


2 changes: 0 additions & 2 deletions api_key.ini

This file was deleted.

2 changes: 2 additions & 0 deletions api_key.ini.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[auth]
api_key = YOUR_API_KEY

0 comments on commit b815b4e

Please sign in to comment.