feat(n8n): inyectar GETXAPI_TOKEN desde n8n-secret-infisical (rotación token X autopost)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user