Skip to content

Commit

Permalink
add api key
Browse files Browse the repository at this point in the history
  • Loading branch information
wjymtg committed Dec 12, 2024
1 parent 72239ce commit 50b8ba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_browser_exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ jobs:
npm install
working-directory: ComfyUI/custom_nodes/BizyAir/bizyair_frontend

- name: Copy over test workflows
- name: Copy over test setup files
run: |
mkdir -p ComfyUI/user/default
cp -r ComfyUI/custom_nodes/BizyAir/bizyair_frontend/browser_tests/workflows ComfyUI/user/default
cp ComfyUI/custom_nodes/BizyAir/bizyair_frontend/browser_tests/api_key.ini ComfyUI/custom_nodes/BizyAir/api_key.ini
- name: Update bizyair_frontend.js
run: |
Expand Down
3 changes: 3 additions & 0 deletions browser_tests/api_key.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[auth]
api_key = sk-vzskfwczaazitohtibnocaxlvnrjhgutknmvhmevxxafxcei

0 comments on commit 50b8ba5

Please sign in to comment.