Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
damcou committed Jul 13, 2021
1 parent 6ed9d2c commit 646ff1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
- `algolia-app-id`: Algolia Application ID
- `algolia-api-key`: Algolia API Key
- `site-url`: URL of the website to crawl
- `override-config`: Boolean to define if you want your crawler config to be overriden or not (default set to false)

## Create the following Github secrets on your repository (in Settings > Secrets)
- `ALGOLIA_API_KEY`: Algolia Application ID
- `ALGOLIA_APP_ID`: Algolia API Key
- `CRAWLER_API_KEY`: Api Key of your crawler account
- `CRAWLER_USER_ID`: User Id of your crawler account
- `GIT_HUB_TOKEN`: Github token (to use the action as long it's a private repository)
- `GIT_HUB_TOKEN`: Github token (to use the action as long it's a private repository)

0 comments on commit 646ff1d

Please sign in to comment.