Skip to content

Commit d989809

Browse files
authored
chore(netlify): fix tokens (#58)
1 parent 0d3fe64 commit d989809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
MEILISEARCH_URL: "https://docs-search.gnoteam.com"
3232
MEILISEARCH_INDEX_UID: "production"
33-
MEILISEARCH_API_KEY: "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1"
33+
MEILISEARCH_API_KEY: "cf93b323b625c7825c4690aa16f7ebdfd8f433a021efa40f3b986e8cf4b6415e"
3434

3535
- name: Deploy to netlify
3636
uses: netlify/actions/cli@master

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MEILISEARCH_URL = "https://docs-search.gnoteam.com"
1010
MEILISEARCH_INDEX_UID = "production"
1111
# To generate this token, exec
1212
#curl https://docs-search.gnoteam.com/keys -H "Authorization: Bearer $MEILI_MASTER_KEY"
13-
MEILISEARCH_API_KEY = "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1"
13+
MEILISEARCH_API_KEY = "cf93b323b625c7825c4690aa16f7ebdfd8f433a021efa40f3b986e8cf4b6415e"
1414

1515
[[plugins]]
1616
package = "@netlify/plugin-lighthouse"

0 commit comments

Comments
 (0)