From 7653144fe7b185260c5a1b647cf1b83e78069177 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 27 Mar 2026 09:30:36 +0000 Subject: refactor(supabase): move app access to service role --- scripts/check-with-fallback-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check-with-fallback-env.sh b/scripts/check-with-fallback-env.sh index a3c5d7c0..6e322715 100644 --- a/scripts/check-with-fallback-env.sh +++ b/scripts/check-with-fallback-env.sh @@ -3,7 +3,7 @@ set -euo pipefail export SUPABASE_URL="${SUPABASE_URL:-http://localhost:54321}" -export SUPABASE_ANON_KEY="${SUPABASE_ANON_KEY:-dummy}" +export SUPABASE_SERVICE_ROLE_KEY="${SUPABASE_SERVICE_ROLE_KEY:-dummy}" export PUBLIC_APP_ORIGIN="${PUBLIC_APP_ORIGIN:-http://localhost:5173}" export PUBLIC_ANILIST_CLIENT_ID="${PUBLIC_ANILIST_CLIENT_ID:-dummy}" export ANILIST_CLIENT_SECRET="${ANILIST_CLIENT_SECRET:-dummy}" -- cgit v1.2.3