mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Merge pull request #318 from Zaid-maker/fix-builds
Add BETTER_AUTH_SECRET and BETTER_AUTH_URL env vars to build job
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user