Skip to content

Commit

Permalink
fix: add env to the action
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 22, 2024
1 parent 32c7c95 commit 6a5bd0e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/evals-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
- name: Run Evals
id: evals
run: yarn eval
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
VOYAGEAI_API_KEY: ${{ secrets.VOYAGEAI_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
UBIQUITY_OS_APP_NAME: ${{ secrets.UBIQUITY_OS_APP_NAME }}

- name: Add Evals Report to Github Comment
if: always()
Expand Down

0 comments on commit 6a5bd0e

Please sign in to comment.