From c0867bb86533b885db08b19e61a368abd856d405 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:28:11 +0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b75081f..f779b59 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest env: - MONGO_URI: ${{ secrets.MONGO_URI }} + MONGO_URI: justtotes NOVA_KEY: ${{ secrets.NOVA_KEY }} steps: