Pamela Fox commited on
Commit
b3b1953
·
1 Parent(s): 6513445

Add randomness

Browse files
Files changed (1) hide show
  1. .github/workflows/check.yaml +1 -1
.github/workflows/check.yaml CHANGED
@@ -38,7 +38,7 @@ jobs:
38
  DBNAME: postgres
39
  DBUSER: postgres
40
  DBPASS: postgres
41
- SECRET_KEY: django-insecure-key
42
  run: |
43
  python manage.py collectstatic
44
  coverage run --source='.' manage.py test quizzes
 
38
  DBNAME: postgres
39
  DBUSER: postgres
40
  DBPASS: postgres
41
+ SECRET_KEY: django-insecure-key-${{ github.run_id }}-${{ github.run_attempt }}
42
  run: |
43
  python manage.py collectstatic
44
  coverage run --source='.' manage.py test quizzes