opt-in
or opt-out
flag for an OpenID Connect (OIDC) subject claim for a repository.repo
scope to use thisactions:write
permission to use this endpoint.curl --location --request PUT 'https://api.github.com/repos///actions/oidc/customization/sub' \
--header 'Content-Type: application/json' \
--data-raw '{
"include_claim_keys": [
"repo",
"context"
],
"use_default": false
}'
null
true
, the include_claim_keys
field is ignored.