We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9abb0 commit d1c32c5Copy full SHA for d1c32c5
.github/workflows/reindex-algolia.yml
@@ -67,8 +67,8 @@ jobs:
67
uses: algolia/algoliasearch-crawler-github-actions@v1
68
id: algolia_crawler
69
with:
70
- crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
71
- crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
+ crawler-user-id: ${{ secrets.ALGOLIA_CRAWLER_USER_ID }}
+ crawler-api-key: ${{ secrets.ALGOLIA_CRAWLER_API_KEY }}
72
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
73
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
74
crawler-name: ${{ secrets.ALGOLIA_CRAWLER_NAME }}
0 commit comments