get_github_release
Retrieve the two most recent releases from any GitHub repository to monitor updates, track version changes, or automate workflows using repository owner and name inputs.
Instructions
Get the latest 2 releases from a GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner of the repository (username or organization) | |
| repo | Yes | Name of the repository | |
| token | No | GitHub personal access token (optional) |