upload_release_asset
Upload assets to GitHub releases by specifying owner, repo, release ID, asset name, and content. Supports base64-encoded files and custom content types for streamlined release management.
Instructions
Upload an asset to a GitHub release
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content of the asset (base64 encoded) | |
content_type | Yes | The content type of the asset | |
label | No | An alternate short description of the asset | |
name | Yes | The name of the asset | |
owner | Yes | Repository owner (username or organization) | |
release_id | Yes | The ID of the release | |
repo | Yes | Repository name |