Add environment variable in CI pipeline
This commit is contained in:
parent
8f5e4635fb
commit
70416a608d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -3,7 +3,8 @@ on:
|
|||
push:
|
||||
|
||||
env:
|
||||
ROOT_FOLDER: /test
|
||||
ROOT_FOLDER: /test
|
||||
JWT_SECRET: "secret"
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
Loading…
Add table
Reference in a new issue