Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Add back EMAIL_HOST_USER and EMAIL_HOST_PASSWORD env params
Browse files Browse the repository at this point in the history
  • Loading branch information
mmafrar committed May 25, 2024
1 parent e47bf22 commit 465e7df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
- name: Run Tests
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
EMAIL_HOST_USER: ${{ secrets.EMAIL_HOST_USER }}
EMAIL_HOST_PASSWORD: ${{ secrets.EMAIL_HOST_PASSWORD }}
run: |
python manage.py test
3 changes: 0 additions & 3 deletions yummy/.env.actions
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
DATABASE_URL=sqlite://:memory:

EMAIL_HOST_USER=host_user
EMAIL_HOST_PASSWORD=host_password

0 comments on commit 465e7df

Please sign in to comment.