diff --git a/.github/workflows/update-search.yml b/.github/workflows/update-search.yml index cc89c0ea9..253773fea 100644 --- a/.github/workflows/update-search.yml +++ b/.github/workflows/update-search.yml @@ -9,4 +9,6 @@ jobs: - name: Make sure we have node and dependencies run: npm i - name: Process and send index updates to Algolia + env: + ALGOLIA_KEY: ${{ secrets}} run: npm run build-index