From 51836e87831455891de42de12fa82430ba2eb9df Mon Sep 17 00:00:00 2001 From: Yun JI <59977078+yunji0387@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:50:49 -0600 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 48b32dd..b6f8797 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,3 +29,6 @@ jobs: - run: npm ci - run: npm run build --if-present - run: npm test + env: + MONGO_URI: ${{ secrets.MONGO_URI }} + FOOTBALL_API_KEY: ${{ secrets.FOOTBALL_API_KEY }}