Skip to content

Commit d1c32c5

Browse files
committed
improved deployments and algolia indexing
1 parent 4b9abb0 commit d1c32c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reindex-algolia.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
uses: algolia/algoliasearch-crawler-github-actions@v1
6868
id: algolia_crawler
6969
with:
70-
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
71-
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
70+
crawler-user-id: ${{ secrets.ALGOLIA_CRAWLER_USER_ID }}
71+
crawler-api-key: ${{ secrets.ALGOLIA_CRAWLER_API_KEY }}
7272
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
7373
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
7474
crawler-name: ${{ secrets.ALGOLIA_CRAWLER_NAME }}

0 commit comments

Comments
 (0)