Skip to content

Commit d6f03dc

Browse files
committed
Add placeholder env values to workflow
1 parent 5f9ae25 commit d6f03dc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ jobs:
2929
- name: Build project
3030
run: bun run build
3131
env:
32-
DATABASE_URL: postgres://placeholder:placeholder@localhost:5432/placeholder
32+
DATABASE_URL: postgres://placeholder:placeholder@localhost:5432/placeholder
33+
JWT_ACCESS_SECRET: placeholder_access_secret_min_32_chars_long
34+
JWT_RESET_PASSWORD_SECRET: placeholder_reset_password_secret_min_32
35+
NODE_ENV: production

0 commit comments

Comments
 (0)