oidc
Overview
Name | oidc |
Type | Resource |
Id | github.actions.oidc |
Fields
Name | Datatype | Description |
---|---|---|
include_claim_keys | array | Array of unique strings. Each claim key can only contain alphanumeric characters and underscores. |
use_default | boolean | Whether to use the default template or not. If true , the include_claim_keys field is ignored. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_custom_oidc_sub_claim_for_repo | SELECT | owner, repo | Gets the customization template for an OpenID Connect (OIDC) subject claim. You must authenticate using an access token with the repo scope to use thisendpoint. GitHub Apps must have the organization_administration:read permission to use this endpoint. |
set_custom_oidc_sub_claim_for_repo | EXEC | owner, repo, data__use_default | Sets the customization template and opt-in or opt-out flag for an OpenID Connect (OIDC) subject claim for a repository.You must authenticate using an access token with the repo scope to use thisendpoint. GitHub Apps must have the actions:write permission to use this endpoint. |