refactor: unify GATEWAY_SECRET + DASHBOARD_API_KEY into WORKFLOW_DASHBOARD_SECRET

This commit is contained in:
2026-05-15 08:31:58 +00:00
parent 9c44c709e9
commit 0f3661b566
6 changed files with 38 additions and 20 deletions
+5 -2
View File
@@ -14,7 +14,10 @@ WORKFLOW_CURSOR_MODEL=
# Timeout in milliseconds for Cursor agent operations
WORKFLOW_CURSOR_TIMEOUT=
# ── Hermes Agent (used by workflow-template-solve-issue) ──
# ── Hermes Agent (used by develop tester/committer + solve-issue) ──
# CLI command to invoke the Hermes agent (absolute path required)
WORKFLOW_HERMES_COMMAND=
# Model override for Hermes agent
WORKFLOW_HERMES_MODEL=
@@ -29,7 +32,7 @@ WORKFLOW_HERMES_TIMEOUT=
WORKFLOW_STORAGE_ROOT=
# Gateway secret for the serve command
WORKFLOW_GATEWAY_SECRET=
WORKFLOW_DASHBOARD_SECRET=
# ── Display ──