Skip to content

Commit

Permalink
infra: fix docker postgres env vars | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 3, 2024
1 parent 8ed7db6 commit f033f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
X_DB_PORT: 5432

X_JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY}}
X_DB_USERNAME: ${{ secrets.DB_USERNAME }}
X_DB_USER: ${{ secrets.DB_USER }}
X_DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
X_DB_NAME: ${{ secrets.DB_NAME }}
X_ADMIN_USERNAME: ${{ secrets.ADMIN_USERNAME }}
Expand Down

0 comments on commit f033f72

Please sign in to comment.