Skip to content

Commit

Permalink
fix(ci): Adding SECRET_KEY constant
Browse files Browse the repository at this point in the history
  • Loading branch information
LopesLs committed Feb 3, 2024
1 parent 0e244e8 commit e6fe0a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/django-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
env:
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
ALLOWED_HOSTS: ${{ secrets.ALLOWED_HOSTS }}
run: python manage.py test

0 comments on commit e6fe0a9

Please sign in to comment.