Check correct key generation

This commit is contained in:
Elijah 2024-01-14 17:26:04 +01:00
parent afe9dc52bd
commit 300474f584
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: |
source venv/bin/activate
SECRET_KEY=$(python3 -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())')
echo $SECRET_KEY > .env
echo "${SECRET_KEY}"
- name: Run tests
run: |