diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5557179..2acaa62 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest env: - MONGO_URI: justtotes + MONGO_URI: ${{ secrets.MONGO_URI }} NOVA_KEY: ${{ secrets.NOVA_KEY }} steps: