Skip to content

Commit

Permalink
CI: Orama cloud sync (#6806)
Browse files Browse the repository at this point in the history
* chore: orama cloud sync, error handling and debug logs

* chore: document debug logs added

* chore: error logs moved to throw

* ci: clean up and secret environment variables added

* chore: revert logs in orama cloud sync
  • Loading branch information
canerakdas authored Jun 4, 2024
1 parent df8d2b2 commit e67490d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ jobs:
NODE_OPTIONS: '--max_old_space_size=4096'

- name: Sync Orama Cloud
env:
ORAMA_INDEX_ID: ${{ secrets.ORAMA_INDEX_ID }}
ORAMA_SECRET_KEY: ${{ secrets.ORAMA_SECRET_KEY }}
if: github.ref == 'refs/heads/main'
run: |
npm run sync-orama

0 comments on commit e67490d

Please sign in to comment.