diff --git a/.github/workflows/bun-ci.yml b/.github/workflows/bun-ci.yml index 1bd00ca5..29a202b8 100644 --- a/.github/workflows/bun-ci.yml +++ b/.github/workflows/bun-ci.yml @@ -24,7 +24,7 @@ jobs: env: DATABASE_URL: "postgresql://opencut:opencutthegoat@localhost:5432/opencut" BETTER_AUTH_SECRET: "supersecret" - BETTER_AUTH_URL: "http://localhost:3000" + NEXT_PUBLIC_BETTER_AUTH_URL: "http://localhost:3000" steps: - name: Checkout repository