Skip to content

Commit

Permalink
fix: actions env
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivaditya committed Nov 23, 2024
1 parent 4725f59 commit 577d87d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/evals-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
pull_request:

permissions:
pull-requests: write
issues: write
contents: read
write-all

jobs:
eval:
name: Run evals
runs-on: ubuntu-latest
permissions: write-all
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 }}

steps:
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 577d87d

Please sign in to comment.