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.
Pre-requisites
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.
.
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.

