Skip to content

Commit

Permalink
ci: update github actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
zylcom committed Jul 28, 2023
1 parent 7a13e01 commit b9268e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:

- name: Prisma migration & test
env:
SHADOW_DATABASE_URL: mysql://root:root@localhost:3306/food_app?connection_limit=5&pool_timeout=0
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DATABASE_URL: mysql://root:root@localhost:3306/food_app?connection_limit=5&pool_timeout=0
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
STRIPE_ENDPOINT_SECRET: ${{ secrets.STRIPE_ENDPOINT_SECRET }}
run: |
Expand Down

0 comments on commit b9268e3

Please sign in to comment.