Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morikeli authored Nov 7, 2023
1 parent b1d4090 commit 437a749
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
python manage.py test
- name: Use the secret key
run: echo "SECRET_KEY: ${{ secrets.SECRET_KEY }}"
run: |
echo "SECRET_KEY: ${{ secrets.SECRET_KEY }}"
- name: Use domain
run: echo "WEB_DOMAIN: ${{ secrets.WEB_DOMAIN }}"
run: |
echo "WEB_DOMAIN: ${{ secrets.WEB_DOMAIN }}"

0 comments on commit 437a749

Please sign in to comment.