Skip to content

Commit

Permalink
Add support for packages IP address for APIMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmishin committed Oct 14, 2023
1 parent 16e695d commit 8873fc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions github/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ type APIMeta struct {
// not supported on these servers.)
VerifiablePasswordAuthentication *bool `json:"verifiable_password_authentication,omitempty"`

// An array of IP addresses in CIDR format specifying the addresses
// which serve GitHub Packages.
Packages []string `json:"packages,omitempty"`

// An array of IP addresses in CIDR format specifying the addresses
// which serve GitHub Pages websites.
Pages []string `json:"pages,omitempty"`
Expand Down

0 comments on commit 8873fc7

Please # to comment.