Skip to content

Commit

Permalink
chore: add env variables (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
realdreamer authored Oct 5, 2023
1 parent 2031e39 commit 44b2c39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/short-clouds-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions .github/workflows/docs-ingestion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
- name: Ingest docs to Algolia
run: pnpm run 7d:ingest-algolia
working-directory: packages/apps/docs
env:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}

0 comments on commit 44b2c39

Please sign in to comment.