Skip to content

Commit 8233f44

Browse files
committed
try: just crib right from pgstac
1 parent 74153e5 commit 8233f44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,12 @@ jobs:
125125
pgstac:
126126
image: ghcr.io/stac-utils/pgstac:v0.6.11
127127
env:
128+
POSTGRES_USER: username
128129
POSTGRES_PASSWORD: password
129130
POSTGRES_DB: postgis
131+
PGUSER: username
132+
PGPASSWORD: password
133+
PGDATABASE: postgis
130134
options: >-
131135
--health-cmd pg_isready
132136
--health-interval 10s

0 commit comments

Comments
 (0)