Skip to content

Commit

Permalink
Add API key to ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
applebym committed Feb 5, 2024
1 parent 92f1246 commit 635b5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: poetry install
- name: Test
run: poetry run pytest .
env:
ELEVEN_API_KEY: ${{ secrets.TEST_API_KEY }}

publish:
needs: [compile, test]
Expand Down

0 comments on commit 635b5ea

Please sign in to comment.