Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Jan 14, 2025
1 parent 0f22aa4 commit 0ed5d2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
- name: Test with pytest
run: |
uv run pytest --cov=tradestation --cov-report=term-missing tests/ --cov-fail-under=95
env:
TS_API_KEY: ${{ secrets.TS_API_KEY }}
TS_SECRET_KEY: ${{ secrets.TS_SECRET_KEY }}
TS_REFRESH: ${{ secrets.TS_REFRESH }}
TS_ACCOUNT: ${{ secrets.TS_ACCOUNT }}

0 comments on commit 0ed5d2c

Please sign in to comment.