diff --git a/src/generated/endpoints.ts b/src/generated/endpoints.ts index da9b1cdc5..7412290c4 100644 --- a/src/generated/endpoints.ts +++ b/src/generated/endpoints.ts @@ -220,9 +220,6 @@ const Endpoints: EndpointsDefaultsAndDecorations = { reviewPendingDeploymentsForRun: [ "POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments", ], - setActionsOidcCustomIssuerPolicyForEnterprise: [ - "PUT /enterprises/{enterprise}/actions/oidc/customization/issuer", - ], setAllowedActionsOrganization: [ "PUT /orgs/{org}/actions/permissions/selected-actions", ], diff --git a/src/generated/method-types.ts b/src/generated/method-types.ts index 2856e3031..4373f85ca 100644 --- a/src/generated/method-types.ts +++ b/src/generated/method-types.ts @@ -1465,20 +1465,6 @@ export type RestEndpointMethods = { defaults: RequestInterface["defaults"]; endpoint: EndpointInterface<{ url: string }>; }; - /** - * Sets the GitHub Actions OpenID Connect (OIDC) custom issuer policy for an enterprise. - * You must authenticate using an access token with the `admin:enterprise` scope to use this endpoint. - * GitHub Apps must have the `enterprise_administration:write` permission to use this endpoint. - */ - setActionsOidcCustomIssuerPolicyForEnterprise: { - ( - params?: RestEndpointMethodTypes["actions"]["setActionsOidcCustomIssuerPolicyForEnterprise"]["parameters"] - ): Promise< - RestEndpointMethodTypes["actions"]["setActionsOidcCustomIssuerPolicyForEnterprise"]["response"] - >; - defaults: RequestInterface["defaults"]; - endpoint: EndpointInterface<{ url: string }>; - }; /** * Sets the actions and reusable workflows that are allowed in an organization. To use this endpoint, the organization permission policy for `allowed_actions` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an organization](#set-github-actions-permissions-for-an-organization)." * diff --git a/src/generated/parameters-and-response-types.ts b/src/generated/parameters-and-response-types.ts index 96712c7f2..f94680624 100644 --- a/src/generated/parameters-and-response-types.ts +++ b/src/generated/parameters-and-response-types.ts @@ -714,14 +714,6 @@ export type RestEndpointMethodTypes = { >; response: Endpoints["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"]["response"]; }; - setActionsOidcCustomIssuerPolicyForEnterprise: { - parameters: RequestParameters & - Omit< - Endpoints["PUT /enterprises/{enterprise}/actions/oidc/customization/issuer"]["parameters"], - "baseUrl" | "headers" | "mediaType" - >; - response: Endpoints["PUT /enterprises/{enterprise}/actions/oidc/customization/issuer"]["response"]; - }; setAllowedActionsOrganization: { parameters: RequestParameters & Omit<