@radzor/github-bot
Interact with the GitHub REST API. Create issues, post comments, trigger workflows, manage pull requests, and read repository data. Supports both personal access tokens and GitHub App authentication.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| token* | string | — | GitHub Personal Access Token (ghp_...) or GitHub App installation token.GITHUB_TOKEN |
| owner* | string | — | Repository owner (user or organization name). |
| repo* | string | — | Repository name. |
| baseUrl | string | https://api.github.com | GitHub API base URL. Override for GitHub Enterprise Server. |
GitHub Personal Access Token (ghp_...) or GitHub App installation token.
GITHUB_TOKEN