Skip to content

Commit

Permalink
Added secret ref to environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emery Berger committed Apr 12, 2024
1 parent 0f627f4 commit 07e5e5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
python3 -m pip install .
- name: run tests
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
python3 -m pytest --forked

0 comments on commit 07e5e5c

Please sign in to comment.