Update django-test.yaml

added django secret environment variable
This commit is contained in:
Faraphel 2023-12-10 22:38:16 +01:00 committed by GitHub
parent 5c588b4cc9
commit 20a2a5d2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,3 +28,5 @@ jobs:
- name: Run Tests - name: Run Tests
run: | run: |
python manage.py test python manage.py test
env:
DJANGO_SECRET: ${{ secrets.DJANGO_SECRET }}