Skip to content

Commit 4d92a3a

Browse files
committed
add env var no yml
1 parent fda2b0a commit 4d92a3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
poetry run coverage xml
6565
env:
6666
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
67+
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
6768
DATABASE_URL: ${{ secrets.DATABASE_URL }}
6869
- name: Report Coverage
6970
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'

0 commit comments

Comments
 (0)