Skip to content

Commit b1a1fc3

Browse files
committed
ci: Add envs to the lint-and-test workflow
1 parent dc6e0e1 commit b1a1fc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88

99
env:
1010
BUN_VERSION: 1.2.19
11+
WORDLE_PUBLIC_OAUTH_CLIENT_ID: "000000000000000000"
12+
WORDLE_OAUTH_CLIENT_SECRET: "000000000000000000"
13+
WORDLE_JWT_SECRET: dummy
14+
WORDLE_DATABASE_URL= "file:./dev.db"
1115

1216
jobs:
1317
lint:

0 commit comments

Comments
 (0)