Github API - Test Config

GET /repos/{owner}/{repo}/actions/oidc/customization/sub
actions
repos

Gets the customization template for an OpenID Connect (OIDC) subject claim.
You must authenticate using an access token with the repo scope to use this
endpoint. GitHub Apps must have the organization_administration:read permission to use this endpoint.
Get the customization template for an OIDC subject claim for a repository

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json oidc-custom-sub-repo

oidc-custom-sub-repo [object]

Actions OIDC subject customization for a repository

Attributes
include_claim_keys string []

use_default boolean

Whether to use the default template or not. If true, the include_claim_keys field is ignored.

API:
Github Open API
(version: 1.1.4)
400 bad_request

bad_request [scalar]

Bad Request

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)