From bc71f483be8395c7271b1a0cf03e898c03c47ebf Mon Sep 17 00:00:00 2001 From: Yutaro Kijima Date: Sun, 10 Dec 2023 21:53:23 +0900 Subject: [PATCH] fix env --- .github/workflows/ci-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 266df2a..c7442b1 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -1,8 +1,8 @@ name: CI main push on: [push] env: - SUPABASE_URL: 'test' - SUPABASE_ADMIN_KEY: 'http://test.com/resas' + SUPABASE_URL: 'http://test.co' + SUPABASE_ADMIN_KEY: 'xxxxxxxx' jobs: setup: name: CI