Skip to content

Commit

Permalink
fix(ci): attempt to fix missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Apr 28, 2024
1 parent df2504a commit 313f076
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
APP_SECRET_KEY: "ThisIsABadSecret"
SECRET_KEY: "ThisIsABadSecret"

jobs:
validate:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

env:
APP_SECRET_KEY: "ThisIsABadSecret"
SECRET_KEY: "ThisIsABadSecret"

jobs:
docs:
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:

env:
APP_SECRET_KEY: "ThisIsABadSecret"
SECRET_KEY: "ThisIsABadSecret"

jobs:
test:
Expand Down

0 comments on commit 313f076

Please sign in to comment.