Skip to main content
GitHubResource exposes a single repository at a ref as a read-only filesystem. Reads stream blobs through the GitHub API. Setup steps for the personal access token live at GitHub Credentials.

Node

Browser

The token reaches the browser, so use a fine-grained PAT scoped to read-only access on a single repo.

Config

Mount mode

read. Writes are not yet exposed. For the mounted layout (refs, paths, blob caching) see the Python GitHub docs.