From 4f8e74cc41490e554adc22c2144dc8de512f2afe Mon Sep 17 00:00:00 2001 From: ManDeep Singh Date: Mon, 10 Jun 2024 02:58:59 +0530 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ba3b212..d4edf64 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,7 +29,7 @@ jobs: - name: create env file run: | touch .env - echo NEXT_PUBLIC_CONVEX_URL=${{ secrets.NEXT_PUBLIC_CONVEX_URL }} >> .env + echo NEXT_PUBLIC_CONVEX_URL="https://youthful-seahorse-517.convex.cloud" >> .env - run: npm ci - run: npm run build --if-present - run: npm test --if-present