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
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
The github app creation command on ofc-bootstrap can create a github app on a user, but not an organisation,
The docs state that creating with a manifest is only supported for personal repos, but it could be swapped to url params.
https://developer.github.com/apps/building-github-apps/creating-github-apps-using-url-parameters/
we only need to change the url to https://github.com/organizations/{{organisation}}/settings/apps/new
Expected Behaviour
I can pass a flag to create a github app in an organisation
Current Behaviour
I have to create it in my own github account, and then transfer ownership
Possible Solution
https://developer.github.com/apps/building-github-apps/creating-github-apps-using-url-parameters/
The text was updated successfully, but these errors were encountered: