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
+27-22Lines changed: 27 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,11 @@ An alternative way to authenticate with Github is via the App mechanism.
148
148
149
149
###Codefresh Github App
150
150
151
-
>The Codefresh App has READ permissions to issues, metadata, and pull requests, and READ and WRITE permissions to code, commit statuses, and repository hooks. If you need additional permission for your integration, use the Manual Creation steps.
151
+
>The Codefresh App has:
152
+
>* READ permissions to issues, metadata, and pull requests
153
+
>* READ and WRITE permissions to code, commit statuses, and repository hooks
154
+
155
+
>If you need additional permission for your integration, use the Manual Creation steps.
152
156
153
157
1. In the Codefresh UI, follow the steps to[add a new Git provider](#adding-more-git-providers-to-your-codefresh-account).
154
158
1. From the list of Git providers, select**Codefresh Github App**.
@@ -160,39 +164,40 @@ An alternative way to authenticate with Github is via the App mechanism.
160
164
161
165
###Manual creation
162
166
163
-
1. Log in your GitHub account and visit[https://github.com/settings/apps](https://github.com/settings/apps){:target="\_blank"}.
167
+
1. Log intoyour GitHub account and visit[https://github.com/settings/apps](https://github.com/settings/apps){:target="\_blank"}.
164
168
1. Click**New GitHub App**.
165
169
1. Do the following in the New GitHub App screen:
166
-
1.Give an arbitrary nameto your app(e.g.codefresh-integration)
1. To verify your integration, click**Test connection**.
193
198
1. To apply your changes, click**Save**.
194
199
195
-
>If enabled in your account you cansetup[Pipeline definition restrictions]({{site.baseurl}}/docs/administration/account-user-management/access-control/#pipeline-definition-restrictions) by expanding the*YAML Options* segment.
200
+
>If enabled in your account you canset up[Pipeline definition restrictions]({{site.baseurl}}/docs/administration/account-user-management/access-control/#pipeline-definition-restrictions) by expanding the*YAML Options* segment.