echidna icon indicating copy to clipboard operation
echidna copied to clipboard

ip-checker: the list of IPs returned by the GH API may be out-of-sync

Open deniak opened this issue 4 years ago • 0 comments

I just learned from the GH support that the list of IPs provided by the API gets updated once a week. https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#ip-addresses

This could lead to requests being rejected because the IP used by the workflow isn't listed yet.

The support suggests to look at https://www.microsoft.com/en-us/download/details.aspx?id=56519 for a more up-to-date list.

See also https://github.com/w3c/webcodecs/issues/261

deniak avatar May 31 '21 04:05 deniak