|
|
|
|
|
by Charlieholtz
326 days ago
|
|
Hi! Right now the app uses GitHub's OAuth sign in (https://docs.github.com/en/apps/oauth-apps/building-oauth-ap...) which unfortunately doesn't allow for fine-grained permissions. It will only have access to organization code if you explicitly grant it.
We're working on switching our sign-in to a GitHub App so we can make the permissions fine-grained. |
|
In case people aren't reading, here's the c+v of what Conductor gets access to currently:
--
This application will be able to read and write all public and private repository data. This includes the following:
Note: In addition to repository related resources, the repo scope also grants access to manage organization attributes and organization-owned resources including projects, invitations, team memberships and webhooks. This scope also grants the ability to manage projects owned by users.