Skip to content

Commit

Permalink
Update test.yml with environment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
4rumprom authored Mar 5, 2024
1 parent a3177a5 commit 190d5e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
- name: run test
env:
PYTHONPATH: ${{ github.workspace }}
SCHWAB_USERNAME: ${{ secrets.SCHWAB_USERNAME }}
SCHWAB_PASSWORD: ${{ secrets.SCHWAB_PASSWORD }}
SCHWAB_TOTP: ${{ secrets.SCHWAB_TOTP }}
run: python example/example.py

0 comments on commit 190d5e2

Please sign in to comment.