Github webhook acces with cloudflare one-time-pin protection

I’m using Cloudflare Zero trust with one-time-pin access to my website. Also i need to use webhook from github and give access to website, because now when im trying to use webhook I’m getting an error “Invalid HTTP response: 302”. Of course when I turning off Cloudflare zero trust protection all working well.

Is it possible/how to set exception for that github webhook so it can skip verification?

Create new policy with action : bypass, and add below IP ranges list by github that used for webhook service.

[https://api.github.com/meta](https://api.github.com/meta)
[https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses)

Thanks, that’s works!