File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -166,13 +166,14 @@ and the [Bitbucket permissions model](https://confluence.atlassian.com/bitbucket
166
166
- Add deploy keys to a repo
167
167
- Add service hooks to a repo
168
168
169
- **Note:**
170
- CircleCI only asks for
171
- permissions that are absolutely necessary.
172
- However, CircleCI is constrained
173
- by the specific permissions each VCS provider chooses to supply.
174
- For example, getting a list of a user's repos from GitHub requires write access
175
- because GitHub does not provide a read-only permission.
169
+ **Note:** CircleCI only asks for permissions that are absolutely
170
+ necessary. However, CircleCI is constrained by the specific
171
+ permissions each VCS provider chooses to supply. For example, getting
172
+ a list of all user's repos -- public and private -- from GitHub
173
+ requires the [`repo`
174
+ scope](https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes),
175
+ which is write-level access. GitHub does not provide a read-only
176
+ permission for listing all a user's repositories.
176
177
177
178
If you feel strongly about reducing the number of permissions CircleCI uses,
178
179
consider contacting your VCS provider to communicate your concerns.
You can’t perform that action at this time.
0 commit comments