mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:34:04 +00:00
Use PGPASSWORD instead of hardcoding POSTGRES_PASSWORD in ci.yml
This commit is contained in:
parent
601d897a63
commit
315b2dd113
2 changed files with 1 additions and 1 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -47,7 +47,6 @@ jobs:
|
|||
postgres:
|
||||
image: postgres:latest
|
||||
env:
|
||||
POSTGRES_PASSWORD: 'postgres'
|
||||
POSTGRES_DB: main
|
||||
ports:
|
||||
- 5432/tcp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue