Skip to content

Commit

Permalink
DATABASE_URL secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 committed Apr 30, 2024
1 parent 8b6a037 commit 3aa4d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

env:
SKIP_ENV_VALIDATION: 1
DATABASE_URL: 'file:./db.sqlite'
DATABASE_URL: ${{ secrets.DATABASE_URL }}

steps:
- uses: actions/checkout@v4
Expand All @@ -67,7 +67,7 @@ jobs:
node-version: [20.x]

env:
DATABASE_URL: 'file:./db.sqlite'
DATABASE_URL: ${{ secrets.DATABASE_URL }}

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

0 comments on commit 3aa4d01

Please sign in to comment.