From 69c5edf4d4a489795a0f66e4c6c4a733b5e41263 Mon Sep 17 00:00:00 2001 From: WhyAsh5114 Date: Mon, 14 Oct 2024 19:45:10 +0530 Subject: [PATCH] fix: add secret to actions, main-workflow.yml file --- .github/workflows/main-workflow.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 36baf91c..8f0b9120 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -26,6 +26,8 @@ jobs: run: npm run check playwright_tests: + env: + MONGODB_URI: ${{ secrets.MONGODB_URI }} runs-on: ubuntu-latest services: cockroach_db: