summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/github.mdx
diff options
context:
space:
mode:
authorDan McGuirk <[email protected]>2025-10-26 12:37:25 -0700
committerGitHub <[email protected]>2025-10-26 14:37:25 -0500
commit3241f6b8bb39cf6e9ce43b7d1b68e470911848f7 (patch)
tree47640a27f63df1ac009e5ef434e8b0c80e242f0b /packages/web/src/content/docs/github.mdx
parent2c792f17e66f3f3f5fbd77df92319b88d2dd3f01 (diff)
downloadopencode-3241f6b8bb39cf6e9ce43b7d1b68e470911848f7.tar.gz
opencode-3241f6b8bb39cf6e9ce43b7d1b68e470911848f7.zip
docs: fix typos (#3454)
Diffstat (limited to 'packages/web/src/content/docs/github.mdx')
-rw-r--r--packages/web/src/content/docs/github.mdx2
1 files changed, 1 insertions, 1 deletions
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: