Skip to content

Commit

Permalink
chore(netlify): fix tokens (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx authored Oct 29, 2024
1 parent 0d3fe64 commit d989809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d989809

Please sign in to comment.