Add environment variable in CI pipeline

This commit is contained in:
Nicolas Meienberger 2022-05-12 21:12:35 +02:00
parent 8f5e4635fb
commit 70416a608d

View file

@ -3,7 +3,8 @@ on:
push:
env:
ROOT_FOLDER: /test
ROOT_FOLDER: /test
JWT_SECRET: "secret"
jobs:
ci: