Skip to content

Commit

Permalink
feat($): update
Browse files Browse the repository at this point in the history
liguoqinjim committed Sep 13, 2023
1 parent 72c5393 commit 1fdfd2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/v2.yml
Original file line number Diff line number Diff line change
@@ -45,12 +45,15 @@ jobs:
echo "OPENAI_API_KEY=$OPENAI_API_KEY" >> $GITHUB_ENV
- name: 打印当前目录
working-directory: ./v2
run: pwd

- name: 安装依赖
working-directory: ./v2
run: pip install -r requirements.txt

- name: 采集&通知
working-directory: ./v2
env:
BAIDU_API_KEY: ${{ secrets.BAIDU_API_KEY }} # 百度api key
BAIDU_SECRET_KEY: ${{ secrets.BAIDU_SECRET_KEY }} # 百度secret key

0 comments on commit 1fdfd2e

Please sign in to comment.