diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index 76bf9a4d66..fc12d1691c 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -118,6 +118,9 @@ There's another property you can pass here, which is an array of `actions` which will set the available actions that the scaffolder has access to. ```ts +import { createBuiltinActions } from '@backstage/plugin-scaffolder-backend'; +import { ScmIntegrations } from '@backstage/integration'; + const integrations = ScmIntegrations.fromConfig(config); const builtInActions = createBuiltinActions({