Skip to content

Commit

Permalink
ci: Add jwt github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
bush1D3v committed Jun 19, 2024
1 parent 6f0fa95 commit 14e0b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Run migrations
run: |
export DATABASE_URL=postgres://${{ env.DB_USER }}:${{ secrets.DB_PASSWORD }}@localhost:${{ env.DB_PORT }}/${{ env.DB_NAME }}
export DATABASE_URL=postgres://${{ env.DB_USER }}:${{ secrets.DB_PASSWORD }}@${{ env.DB_HOST }}:${{ env.DB_PORT }}/${{ env.DB_NAME }}
diesel migration run
- name: Build
Expand Down

0 comments on commit 14e0b4f

Please sign in to comment.