Skip to content

Commit 167b865

Browse files
committed
- add JWT_SECRET_KEY and SECRET_KEY
1 parent 363e909 commit 167b865

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: Run Tests
4040
working-directory: ./backend
4141
env:
42-
MONGO_URI: "mongodb://localhost:27017/test_db"
42+
MONGO_URI: "mongodb://localhost:27017/jprogram"
43+
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
44+
SECRET_KEY: ${{ secrets.SECRET_KEY }}
4345
run: |
4446
source ../venv/bin/activate
4547
pytest --disable-warnings

0 commit comments

Comments
 (0)