Skip to content

Commit

Permalink
fix(ci): added access to repository secret in deploy-db action
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Nov 16, 2023
1 parent da70b83 commit 24515ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
- name: Apply all pending migrations to the database
run: npx prisma migrate deploy
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
POSTGRES_PRISMA_URL: ${{ secrets.POSTGRES_PRISMA_URL }}
POSTGRES_URL_NON_POOLING: ${{ secrets.POSTGRES_URL_NON_POOLING }}

0 comments on commit 24515ce

Please sign in to comment.