diff --git a/packages/actions/src/uploadSearchIndicies/index.ts b/packages/actions/src/uploadSearchIndicies/index.ts index 71e81b761..73c728027 100644 --- a/packages/actions/src/uploadSearchIndicies/index.ts +++ b/packages/actions/src/uploadSearchIndicies/index.ts @@ -23,7 +23,7 @@ const sql = connect({ }); const client = new MeiliSearch({ - host: process.env.SEARCH_API!, + host: process.env.SEARCH_API_URL!, apiKey: process.env.SEARCH_API_KEY!, });