n8n-docs/docs/nodes/credentials/Github
Tanay Pant 52c2b5e36c 🐛 Bug fixes
2020-07-09 13:54:29 +02:00
..
README.md 🐛 Bug fixes 2020-07-09 13:54:29 +02:00
using-access-token.gif Changed header structure / added permalinks (#6) 2020-06-26 14:06:54 +02:00
using-oauth.gif Changed header structure / added permalinks (#6) 2020-06-26 14:06:54 +02:00

GitHub

You can find information about the operations supported by the GitHub node on the integrations page. You can also browse the source code of the node on GitHub.

Prerequisites

Create a GitHub account.

Using OAuth

  1. Access your GitHub dashboard.
  2. Click on your user icon in the top right.
  3. Click on Settings.
  4. Click on Developer Settings.
  5. Choose OAuth apps.
  6. Register a new application.
  7. Use provided Client Secret and Client ID with your GitHub node credentials in n8n.
  8. Enter n8n provided redirect URL in configuration. Redirect URL Explanation here.

Getting GitHub credentials

Using Access Token

  1. Access your GitHub dashboard.
  2. Click on your user icon in the top right.
  3. Click on Settings.
  4. Click on Developer Settings.
  5. Choose personal access token.
  6. Use provided credentials with your Freshdesk node credentials in n8n.

Getting GitHub credentials