Skip to content

Commit

Permalink
added workflow env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nyashaChiza committed Dec 28, 2023
1 parent dc767bb commit 7f64688
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,21 @@ jobs:
- name: Run Tests
run: |
python manage.py test
env:
SECRET_KEY: "django-insecure-c0y7^zo53cwo$0!4(7ife!=%$46wk=6*)g$rgivz41uncm%z@)"
DEBUG: 1
MONGO_DB_PSW_SECRET_KEY: "YvHrQvg1D349k1OXF3-BHpScqfORC1CWC9NfVXG1bUM="
USE_MYSQL: False
MYSQL_DB_NAME: "l"
MYSQL_DB_USER: "rt"
MYSQL_DB_PASSWORD: "paord"
MYSQL_DB_HOST: "127.3.0.1"
MYSQL_DB_PORT: "3386"
EMAIL_HOST: "smtp.of5.com"
EMAIL_PORT: 5123
EMAIL_HOST_USER: ""
DEFAULT_FROM_EMAIL: "am"
EMAIL_HOST_PASSWORD: "@l"
EMAIL_USE_TLS: True
DEFAULT_RECIPIENT: "n"

0 comments on commit 7f64688

Please sign in to comment.