From d3ec0cb05bcc88b1566d15f9a78e2ebeb0636e2b Mon Sep 17 00:00:00 2001 From: "Pedro H. Santos" Date: Fri, 14 Jul 2023 16:45:22 -0300 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 7bc5376..2b83320 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -25,8 +25,6 @@ jobs: uses: actions/checkout@v3 - name: Set environment variable run: echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> $GITHUB_ENV - - name: Execute route.ts - run: node src/app/api/chat/route.ts - name: Detect package manager id: detect-package-manager run: |