From 5409435eeb74d3b8fcb35baa9153c6d1ca93b996 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sun, 31 Mar 2024 17:28:52 -0700 Subject: [PATCH] final - fix deploy-cf-worker --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e1ca656..7bb76c17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,8 +68,7 @@ jobs: uses: cloudflare/wrangler-action@1.2.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} - script: wrangler publish - working-directory: apps/cf-ai-backend + workingDirectory: apps/cf-ai-backend env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} SECURITY_KEY: ${{ secrets.BACKEND_SECURITY_KEY }}