mirror of
https://github.com/yihong0618/bilingual_book_maker.git
synced 2025-06-05 19:15:34 +00:00
add OPENAI_KEY
This commit is contained in:
parent
e686f65db6
commit
489746c4be
4
.github/workflows/make_test_ebook.yaml
vendored
4
.github/workflows/make_test_ebook.yaml
vendored
@ -23,5 +23,7 @@ jobs:
|
||||
- name: install python requirements
|
||||
run: pip install -r requirements.txt
|
||||
- name: make test ebook
|
||||
run: python3 make.py --book_name test_books/animal_farm.epub --no_limit --test
|
||||
env:
|
||||
KEY: ${{ secrets.OPENAI_KEY }}
|
||||
run: python3 make.py --book_name test_books/animal_farm.epub --openai_key $KEY --no_limit --test
|
||||
|
Loading…
x
Reference in New Issue
Block a user