diff --git a/n8n/deployment-n8n.yaml b/n8n/deployment-n8n.yaml index 40c6f5d..ff8ea29 100644 --- a/n8n/deployment-n8n.yaml +++ b/n8n/deployment-n8n.yaml @@ -34,6 +34,13 @@ spec: secretKeyRef: name: n8n-secret-infisical key: encryption-key + # Token getxapi (X autopost) — rotado 2026-07-09; el workflow lo lee + # con la expresión {{ $env.GETXAPI_TOKEN }}, nunca inline en el nodo. + - name: GETXAPI_TOKEN + valueFrom: + secretKeyRef: + name: n8n-secret-infisical + key: GETXAPI_TOKEN - name: N8N_HOST value: n8n.chemavx.xyz - name: N8N_PORT