Skip to content

Commit

Permalink
used env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
print-Sathvik committed Feb 23, 2024
1 parent afcbd88 commit b85a9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
# Docker Hub image
image: postgres:15.2
env:
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_USER: ${{ env.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
POSTGRES_DB: wd-todo-test
# Set health checks to wait until postgres has started
options: >-
Expand Down

0 comments on commit b85a9d0

Please sign in to comment.