Backstage
    Preparing search index...
    • Creates an github:environment:create Scaffolder action that creates a Github Environment.

      Parameters

      Returns TemplateAction<
          {
              customBranchPolicyNames?: string[];
              customTagPolicyNames?: string[];
              deploymentBranchPolicy?: {
                  custom_branch_policies: boolean;
                  protected_branches: boolean;
              };
              environmentVariables?: Record<string, string>;
              name: string;
              preventSelfReview?: boolean;
              repoUrl: string;
              reviewers?: string[];
              secrets?: Record<string, string>;
              token?: string;
              waitTimer?: number;
          },
          { [key: string]: any },
          "v2",
      >