Skip to content

Commit 2c12367

Browse files
authored
update Postgres pass in GH action
1 parent 7f4433b commit 2c12367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
image: postgres
2929
# Provide the password for postgres
3030
env:
31-
POSTGRES_PASSWORD: postgres
31+
POSTGRES_PASSWORD: example
3232
# Set health checks to wait until postgres has started
3333
options: >-
3434
--health-cmd pg_isready

0 commit comments

Comments
 (0)