Skip to content

Commit

Permalink
using a different id might help
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Sep 18, 2023
1 parent 6c72b07 commit fda86cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
uses: algolia/[email protected]
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'
site-url: 'https://www.rascal-mpl.org'

0 comments on commit fda86cc

Please sign in to comment.