@@ -61,7 +61,7 @@ Navigate to your GitHub Self-Hosted Instance and follow the steps below to [crea
61
61
3 . In the left sidebar, click ** Developer settings** > ** GitHub Apps**
62
62
4 . Click ** New GitHub App** .
63
63
5 . Set the following fields:
64
- - ** GitHub App name** : ` CodeRabbit GitHub App `
64
+ - ** GitHub App name** : ` CodeRabbit `
65
65
- ** Description** : ` GitHub App for CodeRabbit `
66
66
- ** Homepage URL** : ` https://coderabbit.ai `
67
67
- ** Callback URL** : ` https://app.coderabbit.ai/login `
@@ -97,8 +97,6 @@ Once the GitHub App has been created, click on **Generate a new client secret**
97
97
98
98
Scroll down and click on ** Generate a private key** under the 'Private keys' section and download the PEM file.
99
99
100
- Also, from the ** Install App** tab, install the GitHub App to your organizations.
101
-
102
100
Keep the following details handy:
103
101
104
102
- App ID
@@ -122,10 +120,22 @@ Submit the details that were accumulated in previous steps:
122
120
- GitHub App Webhook Secret
123
121
- GitHub App Private Key
124
122
125
- Click on Submit and the login process will be initiated.
123
+ Click on Submit and the login process will be initiated.
126
124
On subsequent visits, your setup will be automatically detected, allowing for direct login.
127
125
128
- ### ** Step 5: Whitelist CodeRabbit IP address**
126
+ ### ** Step 5: Install the GitHub App**
127
+
128
+ Navigate to the GitHub App that was created from your self-hosted instance and click on the ** Install App** tab.
129
+ Then, install the GitHub App to your organization(s).
130
+
131
+ ::: warning
132
+
133
+ If you performed this step before Step 4, the install event likely will have failed and you will need to re-send the installation event.
134
+ Navigate to the ** Advanced** tab in the GitHub App and click on the ** Redeliver** button for the failed ` installation.created ` event.
135
+
136
+ :::
137
+
138
+ ### ** Step 6: Whitelist CodeRabbit IP address**
129
139
130
140
Use this CodeRabbit IP if your instance requires IP whitelisting
131
141
` 35.222.179.152/32 `
0 commit comments