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
Copy file name to clipboardExpand all lines: _docs/integrations/git-providers.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,9 +133,26 @@ In both cases, the user cannot decrypt the token used in Git integration with CL
133
133
134
134
##GitHub-App
135
135
136
-
>This is an incubating feature not enabled by default. Please contactus for updates.
136
+
>This is an incubating feature not enabled by default. Please contactsupport to enable GitHub App.
137
137
138
-
An alternative way to authenticate with Github is via the App mechanism
138
+
An alternative way to authenticate with Github is via the App mechanism.
139
+
140
+
###Codefresh Github App
141
+
142
+
>Note: The Codefresh App only has READ permissions to code, commit statuses, issues, metadata, and pull requests. Also, READ and WRITE to repository hooks. If You need additional permission for your integration, use the Manual Creation steps.
143
+
144
+
**Step 1** - Visit[https://g.codefresh.io/account-admin/account-conf/integration/git](https://g.codefresh.io/account-admin/account-conf/integration/git) in Codefresh, add a new Git provider, and choose*Codefresh Github App* from the drop-down menu
145
+
146
+
**Step 2** - Select the text[Github Marketplace](https://github.com/apps/codefresh-githubapp) in the text above the Installation ID field
147
+
148
+
**Step 3** - Follow the instructions on GitHub to install the application.
149
+
150
+
**Step 4** - Once done, the fields will be populated with the information automatically.
151
+
152
+
**Step 5** - Click*Test connection* to verify your integration and apply your changes with the*Save* button.
153
+
154
+
155
+
###Manual Creation
139
156
140
157
**Step 1** - Log in your Github account and visit[https://github.com/settings/apps](https://github.com/settings/apps). Click the*New GitHub App* button.