-
Notifications
You must be signed in to change notification settings - Fork 126
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
No organization when using modern Github App #216
Comments
This could be a bug for sure... at least on our side, we're using the "dynamic" (database-driven) settings to identify orgs and settings instead of the JSON. Let me see if I can get a very basic runtime environment setup to try and debug this... |
Whoa, thanks for a quick response! Could you also please clarify what is the webhook endpoint in app? Is it |
For the webhooks from GitHub (e.g. to update members) it is |
This issue has been identified as stale because it has gone 30 days with no activity. |
Hi there,
Not sure if it's a bug or I'm doing something wrong.
I've done following configurations:
UI
,background jobs
,data
, andoperations
) with all required permissions stated in configurations and created a private key.GITHUB_APP_DATA_APP_ID
,GITHUB_APP_DATA_KEY
etc). (I'm installing the oss app using helm chart)When I open the app in browser I can login with Azure, login to Github and link my accounts. But there is no organization available for joining.
When I use org.json file I see my organization but I would like to use modern Github App.
What I'm doing wrong? Could you help me please?
The text was updated successfully, but these errors were encountered: