You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the self-managed GitHub instance is not found, we initiate the onboarding process, which can be either manual or automated.
29
-
30
-
### **Step 3: Onboarding**
26
+
If the self-managed GitHub instance is not found, you will be required to enter more details for the onboarding.
31
27
32
-
#### Creating an OAuth App
28
+
###**Step 2: GitHub OAuth App**
33
29
34
30
Navigate to your GitHub Self-Hosted Instance and follow the steps below to [create an OAuth App](https://docs.github.com/en/enterprise-server@latest/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app):
35
31
@@ -55,7 +51,7 @@ Keep the following details handy:
55
51
56
52

57
53
58
-
#### Creating a GitHub App**
54
+
###**Step 3: GitHub App**
59
55
60
56
Navigate to your GitHub Self-Hosted Instance and follow the steps below to [create a GitHub App](https://docs.github.com/en/enterprise-server@latest/apps/creating-github-apps/registering-a-github-app/registering-a-github-app):
61
57
@@ -81,7 +77,7 @@ Navigate to your GitHub Self-Hosted Instance and follow the steps below to [crea
81
77
-**Metadata**: Read-only
82
78
-**Pull requests**: Read and write
83
79
-**Organization permissions**:
84
-
**Members**: Read-only
80
+
-**Members**: Read-only
85
81
-**Events**:
86
82
- Meta
87
83
- Issue comment
@@ -100,6 +96,8 @@ Once the GitHub App has been created, click on **Generate a new client secret**
100
96
101
97
Scroll down and click on **Generate a private key** under the 'Private keys' section and download the PEM file.
102
98
99
+
Also, from the **Install App** tab, install the GitHub App to your organizations.
100
+
103
101
Keep the following details handy:
104
102
105
103
- App ID
@@ -112,7 +110,7 @@ Keep the following details handy:
112
110
113
111
### **Step 4: CodeRabbit UI Onboarding**
114
112
115
-
Submit the details that were accumulated:
113
+
Submit the details that were accumulated in previous steps:
0 commit comments