Skip to content

Commit

Permalink
fixing api key in netlify ci job (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab authored Sep 11, 2024
1 parent 1e5c39c commit 9bca29c
Showing 1 changed file with 1 addition and 1 deletion.
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: "22a22f25327d4bff5be707fa7ee90a731e6b6c8c5a6f13c705dafcce642caafd"
MEILISEARCH_API_KEY: "6d7b970053413ade30e07212c7d36c7cdea3f47ede2e63e1147317f8718e65e1"

- name: Deploy to netlify
uses: netlify/actions/cli@master
Expand Down

0 comments on commit 9bca29c

Please sign in to comment.