Skip to content

Commit

Permalink
fix: add testdb url to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
henriits committed Aug 30, 2024
1 parent 1b705fc commit a67966f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ jobs:
"NODE_ENV": "production",
"PORT": "3000",
"DATABASE_URL": "${{ secrets.PROD_DATABASE_URL }}",
"TEST_DATABASE_URL": "${{ secrets.TEST_DATABASE_URL }}",
"TOKEN_KEY": "${{ secrets.PROD_TOKEN_KEY }}"
}
}
Expand Down

0 comments on commit a67966f

Please sign in to comment.