Skip to content

Commit

Permalink
Merge pull request #86 from 0xPlaygrounds/devops/ci-secrets
Browse files Browse the repository at this point in the history
devops: Add secrets to test CI job
  • Loading branch information
cvauclair authored Nov 1, 2024
2 parents 4b3e7e6 + d9bd55b commit 0c561a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ jobs:
with:
command: nextest
args: run --all-features
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
PERPLEXITY_API_KEY: ${{ secrets.PERPLEXITY_API_KEY }}

doc:
name: stable / doc
Expand Down

0 comments on commit 0c561a5

Please sign in to comment.