From 3241f6b8bb39cf6e9ce43b7d1b68e470911848f7 Mon Sep 17 00:00:00 2001 From: Dan McGuirk Date: Sun, 26 Oct 2025 12:37:25 -0700 Subject: docs: fix typos (#3454) --- packages/web/src/content/docs/github.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/web/src/content/docs/github.mdx') diff --git a/packages/web/src/content/docs/github.mdx b/packages/web/src/content/docs/github.mdx index d592fc84f..359f696fc 100644 --- a/packages/web/src/content/docs/github.mdx +++ b/packages/web/src/content/docs/github.mdx @@ -80,7 +80,7 @@ Or you can set it up manually. - `model`: The model to use with opencode. Takes the format of `provider/model`. This is **required**. - `share`: Whether to share the opencode session. Defaults to **true** for public repositories. -- `token`: Optional GitHub access token for performing operations such as creating comments, commiting changes, and opening pull requests. By default, opencode uses the installation access token from the opencode GitHub App, so commits, comments, and pull requests appear as coming from the app. +- `token`: Optional GitHub access token for performing operations such as creating comments, committing changes, and opening pull requests. By default, opencode uses the installation access token from the opencode GitHub App, so commits, comments, and pull requests appear as coming from the app. Alternatively, you can use the GitHub Action runner's [built-in `GITHUB_TOKEN`](https://docs.github.com/en/actions/tutorials/authenticate-with-github_token) without installing the opencode GitHub App. Just make sure to grant the required permissions in your workflow: -- cgit v1.2.3