Add environment variables to workflow
This commit is contained in:
4
.github/workflows/ruff.yml
vendored
4
.github/workflows/ruff.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: Ruff
|
||||
on: push
|
||||
env:
|
||||
DJANGO_SECRET_KEY: "abc123"
|
||||
DEBUG: "True"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user