From dc74289407e30bbf57c57745f864f0f284a3fdaa Mon Sep 17 00:00:00 2001 From: r-kujawa Date: Sat, 16 Mar 2024 18:17:30 -0600 Subject: [PATCH] Inject algolia env on build --- .github/workflows/deploy-orchestration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-orchestration.yml b/.github/workflows/deploy-orchestration.yml index f715156..5a76d0a 100644 --- a/.github/workflows/deploy-orchestration.yml +++ b/.github/workflows/deploy-orchestration.yml @@ -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