fix(n8n): N8N_BLOCK_ENV_ACCESS_IN_NODE=false — n8n bloquea $env por defecto y el autopost no podía leer GETXAPI_TOKEN

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 14:38:32 +00:00
co-authored by Claude Fable 5
parent f29256ca55
commit 9dbcb0896e
+4
View File
@@ -41,6 +41,10 @@ spec:
secretKeyRef:
name: n8n-secret-infisical
key: GETXAPI_TOKEN
# n8n ≥1.x bloquea $env en expresiones por defecto; sin esto el nodo
# HTTP del autopost no puede leer GETXAPI_TOKEN. Instancia single-user.
- name: N8N_BLOCK_ENV_ACCESS_IN_NODE
value: "false"
- name: N8N_HOST
value: n8n.chemavx.xyz
- name: N8N_PORT