2
0
forked from jmug/cactoide

fix: add necesery envs

This commit is contained in:
Levente Orban
2025-11-07 13:55:59 +01:00
parent 8a45ad60fb
commit 1faa45e76b
4 changed files with 16 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ jobs:
- name: Build application
run: npm run build
env:
FEDERATION_INSTANCE: ${{ vars.FEDERATION_INSTANCE }}
PUBLIC_LANDING_INFO: ${{ vars.PUBLIC_LANDING_INFO }}
LOG_PRETTY: ${{ vars.LOG_PRETTY }}
LOG_LEVEL: ${{ vars.LOG_LEVEL }}