oidc
List OIDC custom property inclusions for an organization
Lists the repository custom properties that are included in the OIDC token for repository actions in an organization.
OAuth app tokens and personal access tokens (classic) need the read:org scope to use this endpoint.
get/orgs/{org}/actions/oidc/customization/properties/repo
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
A JSON array of OIDC custom property inclusions
Example response
[
{
"inclusion_source": "organization"
}
]