Skip to content

Commit 766465a

Browse files
committed
Use env variable intead of secret
1 parent da8af78 commit 766465a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
POSTGRES_DB: ${{ secrets.TEST_POSTGRES_DB }}
1717
POSTGRES_PASSWORD: ${{ secrets.TEST_POSTGRES_PASSWORD }}
1818
options: >-
19-
--health-cmd="pg_isready -U ${{ secrets.TEST_POSTGRES_USER }}"
19+
--health-cmd="pg_isready -U $POSTGRES_USER"
2020
--health-interval=10s
2121
--health-timeout=5s
2222
--health-retries=5

0 commit comments

Comments
 (0)