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

      Parameters

      Returns TemplateAction<
          {
              environmentScope?: string;
              key: string;
              masked?: boolean;
              projectId: string
              | number;
              raw?: boolean;
              repoUrl: string;
              token?: string;
              value: string;
              variableProtected?: boolean;
              variableType: string;
          },
          { [key: string]: any },
          "v2",
      >