diff --git a/.circleci/config.yml b/.circleci/config.yml index d0afc70a25..35ab0f8279 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -372,8 +372,8 @@ jobs: - checkout - attach_workspace: at: '.' - - run: npx supabase@2.3.0 login --token $SUPABASE_ACCESS_TOKEN - - run: (yes || true) | npx supabase@2.3.0 db push --db-url $SUPABASE_DB_URL --debug + - run: npx supabase@2.6.8 login --token $SUPABASE_ACCESS_TOKEN + - run: (yes || true) | npx supabase@2.6.8 db push --db-url $SUPABASE_DB_URL --debug # Run cypress e2e tests on chrome test_e2e: docker: *docker diff --git a/.github/workflows/pr-preview-fly-deploy.yml b/.github/workflows/pr-preview-fly-deploy.yml index f2e7a02b63..6bd2999252 100644 --- a/.github/workflows/pr-preview-fly-deploy.yml +++ b/.github/workflows/pr-preview-fly-deploy.yml @@ -56,7 +56,7 @@ jobs: - name: Install supabase CLI uses: supabase/setup-cli@v1 with: - version: 2.2.1 + version: 2.6.8 - name: Link Supabase project run: supabase link --project-ref $SUPABASE_PROJECT_ID diff --git a/supabase/config.toml b/supabase/config.toml index a13e4dc7aa..666d2ef05b 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -199,7 +199,7 @@ verify_enabled = true # Use an external OAuth provider. The full list of providers are: `apple`, `azure`, `bitbucket`, # `discord`, `facebook`, `github`, `gitlab`, `google`, `keycloak`, `linkedin_oidc`, `notion`, `twitch`, # `twitter`, `slack`, `spotify`, `workos`, `zoom`. -# [auth.external.apple] +[auth.external.apple] enabled = false client_id = "" # DO NOT commit your OAuth provider secret to git. Use environment variable substitution instead: