Skip to content

Commit

Permalink
fix: add env var
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin committed Nov 3, 2023
1 parent 018233c commit c4f3d84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c4f3d84

Please sign in to comment.