Skip to content

Commit

Permalink
Inject algolia env on build
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Mar 17, 2024
1 parent be84e65 commit dc74289
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-orchestration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:

- name: Build Orchestration Docs
run: npm run orchestration:build
env:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
ALGOLIA_ORCHESTRATION_INDEX: ${{ secrets.ALGOLIA_ORCHESTRATION_INDEX }}

- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
Expand Down

0 comments on commit dc74289

Please sign in to comment.