Normalize n8n workflow auth placeholders

This commit is contained in:
Fizzlepoof
2026-05-16 20:11:29 +00:00
parent ff9e94e95b
commit 19f1f8c5e3
24 changed files with 33 additions and 38 deletions

View File

@@ -49,7 +49,7 @@
},
{
"name": "Authorization",
"value": "Bearer sk-REPLACE_WITH_LITELLM_KEY"
"value": "={{'Bearer ' + $env.LITELLM_API_KEY}}"
}
]
},