Skip to content

Commit

Permalink
Added API key
Browse files Browse the repository at this point in the history
  • Loading branch information
applebym committed Jan 19, 2024
1 parent 353977e commit a95d2ef
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 a95d2ef

Please sign in to comment.