Skip to content

Commit

Permalink
hardcode secret key in django-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Mar 12, 2024
1 parent 6700f7e commit b8019c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: Run tests
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/test_db
DJANGO_SECRET_KEY: ${{ secrets.DJANGO_SECRET_KEY }}
DJANGO_SECRET_KEY: jx(hyq(0^9x)chdk#a)s#dy+n385l6!qc6lcs_s+^k8=s--tdd
DJANGO_DEBUG: "True"
run: pytest

0 comments on commit b8019c1

Please sign in to comment.