Partners /
GitHub
GitHub
+ ngrok
Integrate your remote CI/CD tools with GitHub webhooks and secure access with GitHub Login without poking your firewall or changing code.
Type of Integration
Webhooks
Integrations
Webhooks
Integrate GitHub webhooks with CI/CD tools and localhost, and production apps
1
2
3
Receive GitHub webhooks with a public and secure URL
Inspect, debug, and replay GitHub requests
Authenticate webhook calls from GitHub to your systems
ngrok http 8080 --verify-webhook=github --verify-webhook-secret=mySecret
Identity Provider
Use GitHub Authentication to secure access to remote apps
1
2
3
Control access to remote apps with GitHub
Use Sign in with GitHub and OAuth scopes
Restrict access to authorized users and organizations
ngrok http 8080 --oauth=github --oauth-allow-domain="mycorp.com"