fix(scaffolder-backend): pass missing config to NunjucksWorkflowRunner

Signed-off-by: Jee-on <tjdgh3586@gmail.com>
This commit is contained in:
Jee-on
2025-12-14 15:50:11 +09:00
parent b1f44f9d0d
commit be5972b5d4
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fixed a bug where config was not passed to NunjucksWorkflowRunner, causing defaultEnvironment to be undefined
@@ -134,6 +134,7 @@ export class TaskWorker {
additionalTemplateFilters,
additionalTemplateGlobals,
permissions,
config,
});
return new TaskWorker({