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 30329a8 commit ed85fe3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Use the secret key and domain
run: |
echo "SECRET_KEY: ${{ secrets.SECRET_KEY }}"
echo "WEB_DOMAIN: ${{ secrets.WEB_DOMAIN }}"
- name: Run Tests
run: |
Expand Down

0 comments on commit ed85fe3

Please sign in to comment.