From 758a8fc78e530102222a1168a2e5a38d9aef1ac6 Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 16 Feb 2023 08:18:18 +0100 Subject: [PATCH] Update plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.ts Co-authored-by: Andreas Berger Signed-off-by: Dominik --- .../src/actions/createProjectDeployToken.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.ts b/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.ts index 5fb9215380..0707fdb526 100644 --- a/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.ts +++ b/plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.ts @@ -14,7 +14,7 @@ * limitations under the License. */ -import { createTemplateAction } from '@backstage/plugin-scaffolder-backend'; +import { createTemplateAction } from '@backstage/plugin-scaffolder-node'; import { Gitlab } from '@gitbeaker/node'; import { ScmIntegrationRegistry } from '@backstage/integration'; import { DeployTokenScope } from '@gitbeaker/core/dist/types/templates/ResourceDeployTokens';