Storage plugin · listing tai42/storage-githubInstall
Permissions
Provides
github
Storage — Storage backend serving text and binary/media content over a GitHub repository.
Stores content as files on a branch of a GitHub repository, which makes every write
a commit and every version reviewable. Select it in the manifest:
manifest.yml
Configuration
Token scopes
A fine-grained token needs Contents: read and write on the repository; a classic token needsrepo. Only STORAGE_GITHUB_TOKEN is read — an ambient GITHUB_TOKEN
is ignored, as are proxy environment variables.
Quirks
Listing uses the recursive tree API and raises on a truncated response rather than acting on a partial listing. The API host is fixed, so GitHub Enterprise Server is not supported.See also
- Storage and resources — the ResourceManager contract this provider backs.
- Manage stored content — the day-to-day commands.

