v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
actions

Set the GitHub Actions OIDC custom issuer policy for an enterprise

Sets the GitHub Actions OpenID Connect (OIDC) custom issuer policy for an enterprise.

OAuth app tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.

put/enterprises/{enterprise}/actions/oidc/customization/issuer

Path parameters

enterprisestring required

The slug version of the enterprise name.

Request body

include_enterprise_slugboolean

Whether the enterprise customer requested a custom issuer URL.

Example request

{
  "include_enterprise_slug": true
}

Response

Response