fix build by passing correct env
This commit is contained in:
parent
e7344d9120
commit
e419eba29b
|
|
@ -23,6 +23,8 @@ jobs:
|
|||
|
||||
env:
|
||||
DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut"
|
||||
BETTER_AUTH_SECRET: "supersecret"
|
||||
BETTER_AUTH_URL: "http://localhost:3000"
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
Loading…
Reference in New Issue