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
|
name: Ruff
|
||||||
on: push
|
on: push
|
||||||
|
env:
|
||||||
|
DJANGO_SECRET_KEY: "abc123"
|
||||||
|
DEBUG: "True"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user