From 7cb95709e10849989af678d38a111b864e1f1d5f Mon Sep 17 00:00:00 2001 From: albttx Date: Tue, 29 Oct 2024 17:18:18 +0000 Subject: [PATCH] chore(netlify): fix tokens --- .github/workflows/netlify.yml | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/netlify.yml b/.github/workflows/netlify.yml index ff2a9b2..b2b05ce 100644 --- a/.github/workflows/netlify.yml +++ b/.github/workflows/netlify.yml @@ -30,7 +30,7 @@ jobs: env: MEILISEARCH_URL: "https://docs-search.gnoteam.com" MEILISEARCH_INDEX_UID: "production" - MEILISEARCH_API_KEY: "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1" + MEILISEARCH_API_KEY: "cf93b323b625c7825c4690aa16f7ebdfd8f433a021efa40f3b986e8cf4b6415e" - name: Deploy to netlify uses: netlify/actions/cli@master diff --git a/netlify.toml b/netlify.toml index 7e13d08..bd2476b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,7 +10,7 @@ MEILISEARCH_URL = "https://docs-search.gnoteam.com" MEILISEARCH_INDEX_UID = "production" # To generate this token, exec #curl https://docs-search.gnoteam.com/keys -H "Authorization: Bearer $MEILI_MASTER_KEY" -MEILISEARCH_API_KEY = "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1" +MEILISEARCH_API_KEY = "cf93b323b625c7825c4690aa16f7ebdfd8f433a021efa40f3b986e8cf4b6415e" [[plugins]] package = "@netlify/plugin-lighthouse"