Skip to content

Commit

Permalink
Merge pull request #23 from morikeli/morikeli-patch-1
Browse files Browse the repository at this point in the history
Update django.yml
  • Loading branch information
morikeli authored Nov 7, 2023
2 parents 8448b64 + 0f19e4f commit b1d4090
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
- name: Run Tests
run: |
python manage.py test
- name: Use the secret key
run: echo "SECRET_KEY: ${{ secrets.SECRET_KEY }}"
- name: Use domain
run: echo "WEB_DOMAIN: ${{ secrets.WEB_DOMAIN }}"

0 comments on commit b1d4090

Please sign in to comment.