Merge PR #178: fix: add JWT_SECRET env to electron release build step

This commit is contained in:
diegosouzapw
2026-03-02 14:54:51 -03:00

View File

@@ -89,6 +89,8 @@ jobs:
run: npm ci
- name: Build Next.js standalone
env:
JWT_SECRET: ci-build-secret-with-sufficient-length-for-validation
run: npm run build
- name: Install Electron dependencies