actions-marketplace-validations/Algolia Crawler Automatic Crawl
Automatically trigger a crawl and push to Algolia, when deploying a website using the Algolia Crawler.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 27, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/algolia_algoliasearch-crawler-github-actions@d4b375f6286fef858010351ffa71e74e03d3e047 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| crawler-user-id | Crawler user ID | yes | — |
| crawler-api-key | Crawler API key | yes | — |
| crawler-api-base-url | Crawler API URL | no | https://crawler.algolia.com/api/1 |
| github-token | Github token | yes | ${{ github.token }} |
| crawler-name | Name of the crawler | yes | [Github] ${{ github.repository }} ${{ github.ref }} |
| algolia-app-id | Algolia Application ID | yes | — |
| algolia-api-key | Algolia API key | yes | — |
| site-url | url of the site to crawl | yes | — |
| override-config | Override config in case the crawler is already existing | no | false |
Outputs
no outputs