gluecron_repo_read_file
Read a single file from a repository at a given ref (branch / tag / commit). Private repos are readable when the authenticated caller has access. Returns the text content (binary files rejected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Branch / tag / commit. Defaults to the repository's actual default branch (which may not be 'main' — e.g. 'Main'). | |
| path | Yes | File path within the repo | |
| repo | Yes | Repo name | |
| owner | Yes | Repo owner username |