Skip to content

Commit

Permalink
use db address from status output
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jun 18, 2024
1 parent e92e2af commit 559246f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 559246f

Please sign in to comment.