Skip to content

Commit e67490d

Browse files
authored
CI: Orama cloud sync (#6806)
* 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
1 parent df8d2b2 commit e67490d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ jobs:
125125
NODE_OPTIONS: '--max_old_space_size=4096'
126126

127127
- name: Sync Orama Cloud
128+
env:
129+
ORAMA_INDEX_ID: ${{ secrets.ORAMA_INDEX_ID }}
130+
ORAMA_SECRET_KEY: ${{ secrets.ORAMA_SECRET_KEY }}
128131
if: github.ref == 'refs/heads/main'
129132
run: |
130133
npm run sync-orama

0 commit comments

Comments
 (0)