Skip to content

Commit

Permalink
fix: ANTHROPIC_API_KEY env
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Nov 22, 2024
1 parent 3279476 commit adbcad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_test_and_gen_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GOOGLE_GEMINI_API_KEY: ${{ secrets.GOOGLE_GEMINI_API_KEY }}
OLLAMA_HOST: ${{ secrets.OLLAMA_HOST }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

# Optional API keys
TAVILY_API_KEY: ${{ secrets.TAVILY_API_KEY }}
Expand Down

0 comments on commit adbcad8

Please sign in to comment.