Skip to content

Commit

Permalink
chore(ci): Add Environment Variable for Anthropic
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Dec 16, 2024
1 parent 1392567 commit c23321e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
SENTRY_ENABLED: false
OPENTELEMETRY_ENABLED: false
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}



0 comments on commit c23321e

Please sign in to comment.