n8n-docs/docs/nodes/credentials/Github
2020-06-26 14:47:27 +02:00
..
README.md 🔨 Remove permalinks from credentials and fix some rendering issues 2020-06-26 14:47:27 +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.

Pre-requisites

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