remove additional config

Removed Additional setup for reading SECRET_KEYs
This commit is contained in:
Bhupesh Varshney
2020-02-07 18:37:20 +05:30
committed by GitHub
parent 43b0ff3ed0
commit b1cd1732eb
-3
View File
@@ -22,8 +22,5 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Tests
env: #define SECRET_KEY in Secrets
SECRET_KEY: ${{ secrets.SECRET_KEY }}
DEBUG: False
run: |
python manage.py test