ci(ci.yml): add missing env var
This commit is contained in:
parent
f6bd298ff3
commit
51a75546e1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -7,6 +7,7 @@ env:
|
|||
JWT_SECRET: "secret"
|
||||
ROOT_FOLDER_HOST: /tipi
|
||||
APPS_REPO_ID: repo-id
|
||||
INTERNAL_IP: 192.168.1.10
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
Loading…
Reference in a new issue