Update plugins/scaffolder-backend-module-gitlab/src/actions/createProjectDeployToken.ts

Co-authored-by: Andreas Berger <Andy2003@users.noreply.github.com>
Signed-off-by: Dominik <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik
2023-02-16 08:18:18 +01:00
committed by Dominik Pfaffenbauer
parent 1471eba5e0
commit 758a8fc78e
@@ -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';