Skip to content

Commit

Permalink
Merge branch 'develop' into fix/support-center-search
Browse files Browse the repository at this point in the history
  • Loading branch information
tobySolutions authored Sep 25, 2024
2 parents da3c7c5 + dad2772 commit 786187d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/search-indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,10 @@ jobs:
env:
PRIVATE_MEILISEARCH_DOCUMENTS_ADMIN_API_KEY: ${{ secrets.PRIVATE_MEILISEARCH_DOCUMENTS_ADMIN_API_KEY}}
PUBLIC_MEILISEARCH_HOST: ${{ vars.PUBLIC_MEILISEARCH_HOST }}

- name: Billing Indexation
run: |
npm run search:index_billing
env:
PRIVATE_MEILISEARCH_DOCUMENTS_ADMIN_API_KEY: ${{ secrets.PRIVATE_MEILISEARCH_DOCUMENTS_ADMIN_API_KEY}}
PUBLIC_MEILISEARCH_HOST: ${{ vars.PUBLIC_MEILISEARCH_HOST }}

0 comments on commit 786187d

Please sign in to comment.