Skip to content

Commit

Permalink
Pass API key to github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
norpadon committed Jul 2, 2024
1 parent 28800a9 commit c5d411f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ jobs:
- name: Install dependencies
run: poetry install --with dev
- name: Run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: poetry run pytest -vv

0 comments on commit c5d411f

Please sign in to comment.