Skip to content

Commit

Permalink
Add fake environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Feb 8, 2024
1 parent d08cc8f commit 3458c76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- "backend/**"
- ".github/workflows/backend.yml"

env:
SECRET_KEY: django-insecure-97(!!1=_(2xgj%)pp2&6bn8x@0^g6b1ps5ea24*i2tnc-!3%tq
ENVIRONMENT: LOCAL

jobs:
test:
strategy:
Expand Down

0 comments on commit 3458c76

Please sign in to comment.