We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9ae25 commit d6f03dcCopy full SHA for d6f03dc
1 file changed
.github/workflows/node.js.yml
@@ -29,4 +29,7 @@ jobs:
29
- name: Build project
30
run: bun run build
31
env:
32
- DATABASE_URL: postgres://placeholder:placeholder@localhost:5432/placeholder
+ 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