Skip to content
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

[Feature Request] Allow GitHub App Installation Token instead of user PAT Token #89

Closed
jmeridth opened this issue Mar 1, 2024 · 2 comments · Fixed by #92
Closed

[Feature Request] Allow GitHub App Installation Token instead of user PAT Token #89

jmeridth opened this issue Mar 1, 2024 · 2 comments · Fixed by #92

Comments

@jmeridth
Copy link
Member

jmeridth commented Mar 1, 2024

To ensure the GitHub action is not dependent on a single user's PAT Token, I'd like to add functionality to allow for a GitHub App Installation Token. This may require a switch from github3.py though. I wasn't seeing it as an option with github3.py (still looking). github3.py handles app authentication, will stick with the same lib 😄

a GitHub App Installation Token is an efficient way to unlock the maximum alotted API calls to avoid rate limiting and can be used by multiple members of your organization

from Community Discussions

PyGitHub is what I've used in the past.

GitHub App Installation Authentication

@jmeridth
Copy link
Member Author

jmeridth commented Mar 1, 2024

I'm willing to work on this one if fits in scope of project

@zkoppert
Copy link
Member

zkoppert commented Mar 1, 2024

Definitely in scope and users would benefit from getting the max number of allowable API calls especially for large organizations. Thanks for bringing up and volunteering!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants