]> source.dussan.org Git - sonarqube.git/commitdiff
[DOCS] mentioned missing permissions in github integration docs
authorTobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com>
Tue, 23 Mar 2021 13:44:31 +0000 (14:44 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 23 Mar 2021 20:08:24 +0000 (20:08 +0000)
server/sonar-docs/src/pages/analysis/github-integration.md

index ab7f69c68edc86a82e42327ca894e3bc7721161d..f96d103bec530d1fab2a0ae1e9ceebaa60dd592a 100644 (file)
@@ -51,6 +51,13 @@ Specify the following settings in your app:
   |---------------------|--------------|
   | Email addresses     | Read-only    |
 
+  And grant access for the following **Organization permissions**:
+
+  | Permission          | Access       |
+  |---------------------|--------------|
+  | Members             | Read-only    |
+  | Projects            | Read-only    |
+
 - Under "Where can this GitHub App be installed?," select **Any account**.
 
 [[warning]]