Backstage
    Preparing search index...
    • Creates a gitlab:projectDeployToken:create Scaffolder action.

      Parameters

      Returns TemplateAction<
          {
              name: string;
              projectId: string
              | number;
              repoUrl: string;
              scopes: string[];
              token?: string;
              username?: string;
          },
          { deploy_token: string; user: string },
          "v2",
      >