b05d303226
Signed-off-by: blam <ben@blam.sh>
476 B
476 B
@backstage/plugin-scaffolder, @backstage/plugin-scaffolder-backend
| @backstage/plugin-scaffolder | @backstage/plugin-scaffolder-backend |
|---|---|
| patch | patch |
Added the ability to support supplying secrets when creating tasks in the scaffolder-backend.
deprecation: Deprecated ctx.token from actions in the scaffolder-backend. Please move to using ctx.secrets.backstageToken instead.
deprecation: Deprecated task.token in TaskSpec in the scaffolder-backend. Please move to using task.secrets.backstageToken instead.