Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

n8n-nodes-github-issues

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-github-issues

n8n community node to work with the GitHub Issues API

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
1
-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-github-issues

⚠️ Note: n8n already ships with a built-in GitHub node. This package is just a demo community node – mainly for learning, experimenting, and extending.

This is an n8n community node. It lets you use GitHub Issues in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Usage Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Issues
    • Get an issue
    • Get many issues in a repository
    • Create a new issue
  • Issue Comments
    • Get many issue comments

Credentials

You can use either access token or OAuth2 to use this node.

Access token

  • Open your GitHub profile Settings.
  • In the left navigation, select Developer settings.
  • In the left navigation, under Personal access tokens, select Tokens (classic).
  • Select Generate new token > Generate new token (classic).
  • Enter a descriptive name for your token in the Note field, like n8n integration.
  • Select the Expiration you'd like for the token, or select No expiration.
  • Select Scopes for your token. For most of the n8n GitHub nodes, add the repo scope.
    • A token without assigned scopes can only access public information.
  • Select Generate token.
  • Copy the token.

Refer to Creating a personal access token (classic) for more information. Refer to Scopes for OAuth apps for more information on GitHub scopes.

Generated Access token in GitHub

OAuth2

If you're self-hosting n8n, create a new GitHub OAuth app:

  • Open your GitHub profile Settings.
  • In the left navigation, select Developer settings.
  • In the left navigation, select OAuth apps.
  • Select New OAuth App.
    • If you haven't created an app before, you may see Register a new application instead. Select it.
  • Enter an Application name, like n8n integration.
  • Enter the Homepage URL for your app's website.
  • If you'd like, add the optional Application description, which GitHub displays to end-users.
  • From n8n, copy the OAuth Redirect URL and paste it into the GitHub Authorization callback URL.
  • Select Register application.
  • Copy the Client ID and Client Secret this generates and add them to your n8n credential.

Refer to the GitHub Authorizing OAuth apps documentation for more information on the authorization process.

Compatibility

Compatible with n8n@1.60.0 or later

Resources

Keywords

n8n-community-node-package

FAQs

Package last updated on 29 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts