-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert hooks server to OAuth GitHub App #29
Comments
The main reason to add a GitHub App is to not require a personal token and to set up permissions for our hook server via the GitHub UI :) For example, we now use the chevah-robot personal API key which has no access to non Chevah Org repos |
Had to redeploy for updating the token. I think this ticket should no longer be low priority, but medium. |
well... top priority is getting our code base to py3 :) everything else is low for now :( |
We might want to convert the current GitHub hooks server to a GitHub App in order to:
In the future we will need to add support for OAuth in SFTPPlus server itself.
The text was updated successfully, but these errors were encountered: