We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e695d commit ee3f273Copy full SHA for ee3f273
1 file changed
github/meta.go
@@ -32,6 +32,10 @@ type APIMeta struct {
32
// not supported on these servers.)
33
VerifiablePasswordAuthentication *bool `json:"verifiable_password_authentication,omitempty"`
34
35
+ // An array of IP addresses in CIDR format specifying the addresses
36
+ // which serve GitHub Packages.
37
+ Packages []string `json:"packages,omitempty"`
38
+
39
// An array of IP addresses in CIDR format specifying the addresses
40
// which serve GitHub Pages websites.
41
Pages []string `json:"pages,omitempty"`
0 commit comments