v51

latestOpenAPI 3.0.1Apache License Version 2.0raw.githubusercontent.com2026-08-01304136381.9 KB
workflows

Handle a push event on GitHub. Will create a workflow/service and version when necessary.

post/workflows/github/release

Headers

X-GitHub-Deliverystring required

A GUID to identify the GitHub webhook delivery

Request body

afterstring

The SHA of the most recent commit on ref after the push

refstring required

The full git ref that was pushed

Example request

{
  "repository": {
    "full_name": "dockstore/dockstore-ui2"
  },
  "after": "6d96270004515a0486bb7f76196a72b40c55a47f",
  "ref": "refs/heads/master OR refs/tags/v1.0"
}

Response

default response