Skip to content

Commit

Permalink
chore: [actions] add google api env
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Aug 6, 2024
1 parent ccd54d7 commit 955fde9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY_DEEPSEEK }}
OPENAI_BASE_URL: https://api.deepseek.com
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
GOOGLE_ENGINE_ID: ${{ secrets.GOOGLE_ENGINE_ID }}
run: |
if [[ "${{ github.event.head_commit.message }}" == "version:"* ]]; then
echo "This is a version bump commit, run test without coverage."
Expand Down

0 comments on commit 955fde9

Please sign in to comment.