From faba51af7362fdbe0a904a01cd1eed0e549b2530 Mon Sep 17 00:00:00 2001 From: Stan Runge Date: Sat, 11 Jan 2025 05:20:56 +0100 Subject: [PATCH] fix: add sample values to env vars for building --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 04bc33d..824bff6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,9 +9,9 @@ on: - main env: - DB_HOST: "" - DB_USER: "" - DB_PASSWORD: "" + DB_HOST: host + DB_USER: user + DB_PASSWORD: password jobs: build: