Skip to content

Commit a0fa037

Browse files
committed
.env setup
1 parent ef5e362 commit a0fa037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
run: uv run pytest tests
6363
env:
6464
DATABASE_URL: "postgresql+asyncpg://postgres:postgres@localhost:5432/test_db"
65-
SECRET_KEY: "test_secret_key"
66-
ALGORITHM: "HS256"
65+
JWT_SECRET: "test_secret_key"
66+
JWT_ALGORITHM: "HS256"
6767

6868
services:
6969
postgres:

0 commit comments

Comments
 (0)