You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we can use a single GitHub App Installation for these notifications; if you have other GitHub organizations which have a unique installation ID, you cannot use the GitHub service for all of them.
There are a couple of existing solutions here:
Use a webhook to manage PR updates, deployments, etc for smaller organizations
Consolidate app repositories into a single GitHub organization
I am proposing a reasonably simple change allowing the Installation ID to be passed into the template to override the default Installation ID. This would require the installation ID to be attached to an ArgoCD application as info metadata or custom templates for each GitHub organization.
The text was updated successfully, but these errors were encountered:
Right now, we can use a single GitHub App Installation for these notifications; if you have other GitHub organizations which have a unique installation ID, you cannot use the GitHub service for all of them.
There are a couple of existing solutions here:
I am proposing a reasonably simple change allowing the Installation ID to be passed into the template to override the default Installation ID. This would require the installation ID to be attached to an ArgoCD application as info metadata or custom templates for each GitHub organization.
The text was updated successfully, but these errors were encountered: