Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poetry: add auth-app extra to githubkit (#552)
Using GitHub App authentication causes the worker to crash on startup with following error: `RuntimeError: JWT support for GitHub APP should be installed with 'pip install githubkit[auth-app]'` Adding the `auth-app` extra to the `githubkit` Python package fixes this by allowing the worker to authenticate to GitHub using both token and app auth.
- Loading branch information