diff --git a/.github/workflows/website-builder.yml b/.github/workflows/website-builder.yml index fdaefae4f..a28f9dfcb 100644 --- a/.github/workflows/website-builder.yml +++ b/.github/workflows/website-builder.yml @@ -50,8 +50,8 @@ jobs: uses: algolia/algoliasearch-crawler-github-actions@v1.0.10 id: algolia_crawler with: # mandatory parameters - crawler-user-id: ${{ secrets.CRAWLER_USER_ID }} + crawler-user-id: ${{ secrets.CRAWLER_ID }} crawler-api-key: ${{ secrets.CRAWLER_API_KEY }} algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }} algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }} - site-url: 'https://www.rascal-mpl.org' \ No newline at end of file + site-url: 'https://www.rascal-mpl.org'