Skip to content

Commit ee3f273

Browse files
authored
Add support for packages IP address for APIMeta (#2964)
Fixes: #2963 .
1 parent 16e695d commit ee3f273

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

github/meta.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ type APIMeta struct {
3232
// not supported on these servers.)
3333
VerifiablePasswordAuthentication *bool `json:"verifiable_password_authentication,omitempty"`
3434

35+
// An array of IP addresses in CIDR format specifying the addresses
36+
// which serve GitHub Packages.
37+
Packages []string `json:"packages,omitempty"`
38+
3539
// An array of IP addresses in CIDR format specifying the addresses
3640
// which serve GitHub Pages websites.
3741
Pages []string `json:"pages,omitempty"`

0 commit comments

Comments
 (0)