Added secret key

This commit is contained in:
Viswamedha Nalabotu 2025-12-20 21:05:06 +00:00
parent 6ee0b919b4
commit 1ad84d7a67

View file

@ -5,6 +5,8 @@ stages:
run_tests:
stage: test
image: python:3.12
variables:
SECRET_KEY: 'random_secret_key_for_ci'
before_script:
- python -m pip install --upgrade pip
- pip install --no-cache-dir -r requirements/base.txt