oidc
Create an OIDC custom property inclusion for an organization
Adds a repository custom property to be included in the OIDC token for repository actions in an organization.
OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.
post/orgs/{org}/actions/oidc/customization/properties/repo
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Request body
Response
OIDC custom property inclusion created
Example response
{
"inclusion_source": "organization"
}