We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e49a4 commit 477db18Copy full SHA for 477db18
1 file changed
github/actions_oidc.go
@@ -93,8 +93,8 @@ const (
93
94
// OIDCCustomPropertyClaim represents an OIDC custom property claim for GitHub Actions.
95
type OIDCCustomPropertyClaim struct {
96
- CustomPropertyName *string `json:"custom_property_name,omitempty"`
97
- InclusionSource *InclusionSource `json:"inclusion_source,omitempty"`
+ CustomPropertyName string `json:"custom_property_name"`
+ InclusionSource InclusionSource `json:"inclusion_source"`
98
}
99
100
// ListEnterpriseOIDCCustomPropertyClaims lists the custom property claims in oidc for enterprise actions.
0 commit comments