Skip to content

Commit

Permalink
gha: set env var ALGOLIA_INDEX_NAME (#72)
Browse files Browse the repository at this point in the history
* gha: set env var ALGOLIA_INDEX_NAME

* Apply suggestions from code review

---------

Co-authored-by: Jake Cahill <[email protected]>
  • Loading branch information
andrewhsu and JakeSCahill authored Aug 20, 2024
1 parent c725510 commit 19af03a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/index-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
run: cd scripts/index-api && npm install
- name: Run indexing script
run: node scripts/index-api/index-api.js
env:
ALGOLIA_INDEX_NAME: redpanda
2 changes: 2 additions & 0 deletions .github/workflows/index-blogs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
run: cd scripts/index-blogs && npm install
- name: Run indexing script
run: node scripts/index-blogs/index-blogs.js
env:
ALGOLIA_INDEX_NAME: redpanda
2 changes: 2 additions & 0 deletions .github/workflows/index-masterclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
run: cd scripts/index-masterclasses && npm install
- name: Run indexing script
run: node scripts/index-masterclasses/index-masterclasses.js
env:
ALGOLIA_INDEX_NAME: redpanda
2 changes: 2 additions & 0 deletions .github/workflows/index-youtube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
run: cd scripts/index-youtube && npm install
- name: Run indexing script
run: node scripts/index-youtube/index-youtube.js
env:
ALGOLIA_INDEX_NAME: redpanda

0 comments on commit 19af03a

Please sign in to comment.