Skip to content

Commit

Permalink
Update migrate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloj2001 authored Nov 7, 2023
1 parent 727ca91 commit edf337c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
env:
DEBUG: 0
DB_HOST: ${{ env.DB_HOST }}
DB_PORT: ${{ env.DB_PORT }}
DB_NAME: ${{ env.DB_NAME }}
DB_USER: ${{ env.DB_USER }}
DB_HOST: ${{ vars.DB_HOST }}
DB_PORT: ${{ vars.DB_PORT }}
DB_NAME: ${{ vars.DB_NAME }}
DB_USER: ${{ vars.DB_USER }}
DB_PASS: ${{ secrets.DB_PASS }}
defaults:
run:
Expand Down

0 comments on commit edf337c

Please sign in to comment.