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

@@ -295,7 +295,7 @@
"parameters": [
{
"name": "Authorization",
"value": "Bearer ${PAPERLESS_API_TOKEN}"
"value": "={{'Token ' + $env.PAPERLESS_API_TOKEN}}"
}
]
},