Skip to content

Commit

Permalink
- add JWT_SECRET_KEY and SECRET_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
jprogram committed Jul 22, 2024
1 parent 363e909 commit 167b865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- name: Run Tests
working-directory: ./backend
env:
MONGO_URI: "mongodb://localhost:27017/test_db"
MONGO_URI: "mongodb://localhost:27017/jprogram"
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY }}
run: |
source ../venv/bin/activate
pytest --disable-warnings
Expand Down

0 comments on commit 167b865

Please sign in to comment.