Skip to content

Commit

Permalink
fix: adds missing database url env in ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 11, 2024
1 parent 4cc85fc commit 7abe67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
# We don't need to validate the environment variables when we are checking the format, linting and typechecking
SKIP_ENV_VALIDATION: true

# Database URL
DATABASE_URL: ${{ secrets.DATABASE_URL }}

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7abe67e

Please sign in to comment.