Update tests.yml to use mongo_uri from actions

This commit is contained in:
Game_Time 2023-08-20 16:07:21 +05:00 committed by GitHub
parent d1e48324f9
commit 70c8dec419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
MONGO_URI: justtotes MONGO_URI: ${{ secrets.MONGO_URI }}
NOVA_KEY: ${{ secrets.NOVA_KEY }} NOVA_KEY: ${{ secrets.NOVA_KEY }}
steps: steps: