Skip to content

Commit

Permalink
inject env to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Michalsky committed Sep 23, 2024
1 parent 18ad954 commit 9d0d1d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ jobs:
pnpm install --no-frozen-lockfile
- name: Run Evals
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
BRAINTRUST_API_KEY: ${{ secrets.BRAINTRUST_API_KEY }}
run: pnpm evals
timeout-minutes: 5

0 comments on commit 9d0d1d4

Please sign in to comment.