From 559246fc0b734f53b32b140c48bb9cae8ab752e6 Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Mon, 17 Jun 2024 19:45:28 -0700 Subject: [PATCH] use db address from status output --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index d5454a8..0501b2d 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -9,7 +9,7 @@ jobs: pre-commit: runs-on: ubuntu-latest env: - NEXT_PUBLIC_SUPABASE_URL: "postgresql://postgres:postgres@localhost:54322/postgres" + NEXT_PUBLIC_SUPABASE_URL: "***127.0.0.1:54322/postgres" SUPABASE_SERVICE_ROLE_KEY: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU" steps: