workflows
Handle the installation of our GitHub app onto a repository or organization.
post/workflows/github/install
Headers
X-GitHub-Deliverystring required
A GUID to identify the GitHub webhook delivery
Request body
Example request
{
"repository": {
"full_name": "dockstore/dockstore-ui2"
},
"action": "added",
"repositories_added": [
{
"full_name": "dockstore/dockstore-ui2"
}
],
"repositories_removed": [
{
"full_name": "dockstore/dockstore-ui2"
}
]
}