Skip to content

GitHub ​

Manage repositories, issues, pull requests, and actions via the GitHub API.

DetailValue
CategoryDev Tools
Base URLhttps://api.github.com
AuthenticationBearer Token
Endpoints7
Connector keygithub

Using GitHub in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick GitHub from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /repos/{owner}/{repo}Get a repository
GET /repos/{owner}/{repo}/issuesList repository issues
POST /repos/{owner}/{repo}/issuesCreate an issue
GET /repos/{owner}/{repo}/pullsList pull requests
POST /repos/{owner}/{repo}/pullsCreate a pull request
GET /repos/{owner}/{repo}/actions/runsList workflow runs
GET /user/reposList authenticated user repositories

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.