Skip to content

Commit

Permalink
fix: added missing env variables in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawangg committed Nov 11, 2023
1 parent 29f0adf commit 05e1eab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

env:
DB_URL: fake
AUTH_SECRET: fake
AUTH_GITHUB_ID: fake
AUTH_GITHUB_SECRET: fake

jobs:
format:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

env:
DB_URL: fake
AUTH_SECRET: fake
AUTH_GITHUB_ID: fake
AUTH_GITHUB_SECRET: fake

jobs:
format:
Expand Down

0 comments on commit 05e1eab

Please sign in to comment.