ci: remove database password
CI / Generate Certificates (push) Successful in 1m39s
CI / Backend CI (push) Failing after 1m25s
CI / Frontend CI (push) Successful in 1m24s
CI / E2E Tests (push) Has been skipped

This commit is contained in:
ramvignesh-b
2026-05-05 09:40:27 +05:30
parent 684b055f70
commit 4a2ff51063
+1 -2
View File
@@ -36,7 +36,6 @@ jobs:
env:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password123
# WHY?: act runner is not stateless, so after the initial postgres setup it causes authentication errors with password.
POSTGRES_HOST_AUTH_METHOD: trust
ports:
@@ -66,7 +65,7 @@ jobs:
export DB_NAME="postgres"
export DB_USER="postgres"
export DB_PASSWORD="password123"
export DB_PASSWORD=""
if [ "$GITEA_ACTIONS" = "true" ]; then
export DB_HOST="postgres"