Skip to content

Commit 477db18

Browse files
fix: Update github/actions_oidc.go with correct convention
Co-authored-by: Dhananjay Mishra <technicaldmcontact@gmail.com>
1 parent 24e49a4 commit 477db18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github/actions_oidc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ const (
9393

9494
// OIDCCustomPropertyClaim represents an OIDC custom property claim for GitHub Actions.
9595
type OIDCCustomPropertyClaim struct {
96-
CustomPropertyName *string `json:"custom_property_name,omitempty"`
97-
InclusionSource *InclusionSource `json:"inclusion_source,omitempty"`
96+
CustomPropertyName string `json:"custom_property_name"`
97+
InclusionSource InclusionSource `json:"inclusion_source"`
9898
}
9999

100100
// ListEnterpriseOIDCCustomPropertyClaims lists the custom property claims in oidc for enterprise actions.

0 commit comments

Comments
 (0)