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
|
||||
|
||||
env:
|
||||
DB_HOST: ""
|
||||
DB_USER: ""
|
||||
DB_PASSWORD: ""
|
||||
DB_HOST: host
|
||||
DB_USER: user
|
||||
DB_PASSWORD: password
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user