6 ms·
Fixed! You can now give Conductor fine-grained GitHub repository access. Or, skip the integration and use your local GitHub CLI auth.
by Charlieholtz 1y ago
Fixed! You can now give Conductor fine-grained GitHub repository access.
Or, skip the integration and use your local GitHub CLI auth.
- kernelbugs 1y agoAre you still using outdated GitHub Oauth apps for this, or have you swapped to GitHub Apps? GitHub Apps are newer and have Oauth flows, but have a fine-grained permissions model instead of the Oauth permission model. More info: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/differences-between-github-apps-and-oauth-apps https://docs.github.com/en/apps/oauth-apps/building-oauth-ap... More-over, can you document the GitHub permissions needed and which GitHub App(s) this tool uses? Are you using device-flow, online oauth-flow, etc? And where are the Oauth tokens stored if so? Is there any server-side component where you might be storing tokens? Thanks!