From 88b774f5b434bbecd3e0a92551b6ee38c90477bc Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 22 May 2023 11:13:27 +0200 Subject: [PATCH] Delete Postgres DB credentials from ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76ed0713..5feffd8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,6 @@ jobs: postgres: image: postgres:latest env: - POSTGRES_PASSWORD: 'postgres' - POSTGRES_USER: 'postgres' POSTGRES_DB: main ports: - 5432/tcp