mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:33:57 +01:00
Update tests.yml to use mongo_uri from actions
This commit is contained in:
parent
d1e48324f9
commit
70c8dec419
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue