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/guides/modules/integration/pages/github-apps-integration.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,16 +172,16 @@ The following sections are features of CircleCI which are not yet supported when
172
172
173
173
[#restrict-a-context-to-a-security-group]
174
174
=== Restrict a context to a security group
175
-
The ability to xref:security:contexts.adoc#security-group-restrictions[restrict a context to a security group] is not yet supported for GitHub App projects.
175
+
The ability to xref:security:contexts.adoc#security-group-restrictions[restrict a context to a security group] is supported for GitHub App pipelines only for organizations that have `/github/` (or `/gh/`) in the URL, no matter the pipeline integration type. It is not yet supported for organizations that have `/circleci/` in the URL. You can follow development progress link:https://circleci.canny.io/cloud-feature-requests/p/ability-to-use-security-groups-for-contexts-used-by-github-app-type-pipelines[here].
176
176
177
177
[#in-app-config-editor]
178
178
=== In-app config editor
179
-
The in-app config editor is currently **only** available for GitHub App accounts during project creation.
179
+
The in-app config editor is not currently available for GitHub App pipelines, except during project creation.
180
180
181
181
[#account-integrations]
182
182
=== Account integrations
183
183
184
-
Viewing menu:User settings[Account integrations] does not currently show a GitHub App integration. This page only shows GitHub OAuth app integrations.
184
+
The page menu:User settings[Account integrations] does not currently list the GitHub App integration, even though your account may be correctly connected. This page only shows GitHub OAuth app integrations.
185
185
186
186
[#build-forked-pull-requests]
187
187
=== Build forked pull requests
@@ -196,12 +196,12 @@ Passing secrets to forked pull requests is not currently supported for GitHub Ap
196
196
[#stop-building]
197
197
=== Stop building
198
198
199
-
GitHub App integrations do not currently support the **Stop Building** option that can normally be found in **Project settings**. However, the same functionality can be achieved by deleting (or disabling) all triggers associated with existing pipelines, from menu:Project Settings[Project setup].
199
+
Projecs in organizations with `/circleci/` in the URL do not have the **Stop Building** option that can normally be found in **Project settings**. However, the same functionality can be achieved by deleting (or disabling) all triggers associated with existing pipelines, from menu:Project Settings[Project setup].
200
200
201
201
[#additional-ssh-keys-only]
202
202
=== Additional SSH keys only
203
203
204
-
Deploy keys and user keys are not used by GitHub App integrations. All keys are stored in menu:Project Settings[ Additional SSH Keys]. If you are looking to set up an SSH key to check out code from additional repositories in GitHub, see xref:add-ssh-key.adoc#steps-to-add-additional-ssh-keys[Add additional SSH keys].
204
+
Deploy keys and user keys are not used in projects with `/circleci/` in the URL. Instead, all keys are stored in menu:Project Settings[ Additional SSH Keys]. If you are looking to set up an SSH key to check out code from additional repositories in GitHub, see xref:add-ssh-key.adoc#steps-to-add-additional-ssh-keys[Add additional SSH keys].
205
205
206
206
[#outbound-webhooks]
207
207
=== Outbound webhooks
@@ -210,7 +210,7 @@ While outbound webhooks *are* available for GitHub App pipelines, their payload
210
210
[#test-insights]
211
211
=== Test Insights
212
212
213
-
xref:insights:insights-tests.adoc[Test Insights] is currently not supported for orgs authenticated with the CircleCI GitHub App. Test Insights is available for GitHub OAuth authenticated orgs that have GitHub App pipelines set up.
213
+
xref:insights:insights-tests.adoc[Test Insights] is currently not supported for orgs with `/circleci/` in the URL. Test Insights is available for GitHub OAuth authenticated orgs that have GitHub App pipelines set up.
0 commit comments