From 23ebec6c46654206f0bb18f548e97422f0ae53ac Mon Sep 17 00:00:00 2001 From: Mark Monteiro Date: Sat, 14 Mar 2026 06:00:51 -0400 Subject: [PATCH] Fix documentation for file-based configurarion on the runner image (#4188) Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- .../configuration/environment-variables/task-runners.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/hosting/configuration/environment-variables/task-runners.md b/docs/hosting/configuration/environment-variables/task-runners.md index 6fa6d6197..6bb30430c 100644 --- a/docs/hosting/configuration/environment-variables/task-runners.md +++ b/docs/hosting/configuration/environment-variables/task-runners.md @@ -11,7 +11,9 @@ hide: # Task runner environment variables ---8<-- "_snippets/self-hosting/file-based-configuration.md" +/// note | File-based configuration +Unlike the main n8n image, you CANNOT use file-based configuration for secrets in the task runner image. This means that variables with a `_FILE` suffix added will not be recognized. +/// [Task runners](/hosting/configuration/task-runners.md) execute code defined by the [Code node](/integrations/builtin/core-nodes/n8n-nodes-base.code/index.md).