Add environment variables to workflow

This commit is contained in:
2024-12-14 22:29:53 +01:00
parent fb1c3a02d6
commit 6fca05f9d8

View File

@ -1,5 +1,9 @@
name: Ruff
on: push
env:
DJANGO_SECRET_KEY: "abc123"
DEBUG: "True"
jobs:
build:
runs-on: ubuntu-latest