fix: add sample values to env vars for building
This commit is contained in:
6
.github/workflows/ci-cd.yml
vendored
6
.github/workflows/ci-cd.yml
vendored
@@ -9,9 +9,9 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DB_HOST: ""
|
DB_HOST: host
|
||||||
DB_USER: ""
|
DB_USER: user
|
||||||
DB_PASSWORD: ""
|
DB_PASSWORD: password
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user