diff --git a/docs/nx-cloud/enterprise/single-tenant/custom-github-app.md b/docs/nx-cloud/enterprise/single-tenant/custom-github-app.md index e9f41ae828bd9..1ac370c885985 100644 --- a/docs/nx-cloud/enterprise/single-tenant/custom-github-app.md +++ b/docs/nx-cloud/enterprise/single-tenant/custom-github-app.md @@ -34,6 +34,10 @@ Configure a webhook and give it a secret: ![Step 5](/nx-cloud/enterprise/single-tenant/images/webhook.png) +Make sure you subscribe to the "Organization" events: + +![Step 5.1](/nx-cloud/enterprise/single-tenant/images/webhook_events.png) + Once you create the app, keep a note of the Client ID and App ID: ![Step 6](/nx-cloud/enterprise/single-tenant/images/github_custom_app_step_6.avif) diff --git a/docs/nx-cloud/enterprise/single-tenant/images/webhook_events.png b/docs/nx-cloud/enterprise/single-tenant/images/webhook_events.png new file mode 100644 index 0000000000000..2e3e32b96c628 Binary files /dev/null and b/docs/nx-cloud/enterprise/single-tenant/images/webhook_events.png differ