From 1841f47ae938f13a3f8232ed8c868fc10fdc0e08 Mon Sep 17 00:00:00 2001 From: Jasper Timmer Date: Fri, 22 Sep 2023 20:00:08 +0200 Subject: [PATCH] Update Algolia action --- .github/workflows/website-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website-builder.yml b/.github/workflows/website-builder.yml index a28f9dfcb..a85d1e69a 100644 --- a/.github/workflows/website-builder.yml +++ b/.github/workflows/website-builder.yml @@ -47,10 +47,10 @@ jobs: build_command: yarn build - name: Algolia crawler creation and crawl - uses: algolia/algoliasearch-crawler-github-actions@v1.0.10 + uses: algolia/algoliasearch-crawler-github-actions@v1.1.10 id: algolia_crawler with: # mandatory parameters - crawler-user-id: ${{ secrets.CRAWLER_ID }} + crawler-user-id: ${{ secrets.CRAWLER_USER_ID }} crawler-api-key: ${{ secrets.CRAWLER_API_KEY }} algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }} algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}