This commit is contained in:
Game_Time 2023-08-17 16:48:05 +05:00 committed by GitHub
parent fb6dca5f7a
commit 24e3f9f2fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Start API server & set ENV
- name: Start API server
env:
MONGO_URI: ${{ secrets.MONGO_URI }}
TEST_NOVA_KEY: ${{ secrets.NOVA_KEY }}