Skip to content

Commit

Permalink
Add kaggle secrets to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Sep 13, 2024
1 parent 0824f18 commit 8caf839
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
POSTGRES_PORT: ${{ secrets.POSTGRES_PORT }}
KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }}
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
run: |
tox
Expand Down

0 comments on commit 8caf839

Please sign in to comment.