mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
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
- Access your GitHub dashboard.
- Click on your user icon in the top right.
- Click on Settings.
- Click on Developer Settings.
- Choose OAuth apps.
- Register a new application.
- Use provided Client Secret and Client ID with your GitHub node credentials in n8n.
- Enter n8n provided redirect URL in configuration. Redirect URL Explanation here.
Using Access Token
- Access your GitHub dashboard.
- Click on your user icon in the top right.
- Click on Settings.
- Click on Developer Settings.
- Choose personal access token.
- Use provided credentials with your Freshdesk node credentials in n8n.

