diff options
| author | Dan McGuirk <[email protected]> | 2025-10-26 12:37:25 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-26 14:37:25 -0500 |
| commit | 3241f6b8bb39cf6e9ce43b7d1b68e470911848f7 (patch) | |
| tree | 47640a27f63df1ac009e5ef434e8b0c80e242f0b /github | |
| parent | 2c792f17e66f3f3f5fbd77df92319b88d2dd3f01 (diff) | |
| download | opencode-3241f6b8bb39cf6e9ce43b7d1b68e470911848f7.tar.gz opencode-3241f6b8bb39cf6e9ce43b7d1b68e470911848f7.zip | |
docs: fix typos (#3454)
Diffstat (limited to 'github')
| -rw-r--r-- | github/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/github/README.md b/github/README.md index 7601f5133..8e5b6d813 100644 --- a/github/README.md +++ b/github/README.md @@ -104,7 +104,7 @@ To test locally: - `MODEL`: The model used by opencode. Same as the `MODEL` defined in the GitHub workflow. - `ANTHROPIC_API_KEY`: Your model provider API key. Same as the keys defined in the GitHub workflow. - `GITHUB_RUN_ID`: Dummy value to emulate GitHub action environment. - - `MOCK_TOKEN`: A GitHub persontal access token. This token is used to verify you have `admin` or `write` access to the test repo. Generate a token [here](https://github.com/settings/personal-access-tokens). + - `MOCK_TOKEN`: A GitHub personal access token. This token is used to verify you have `admin` or `write` access to the test repo. Generate a token [here](https://github.com/settings/personal-access-tokens). - `MOCK_EVENT`: Mock GitHub event payload (see templates below). - `/path/to/opencode`: Path to your cloned opencode repo. `bun /path/to/opencode/github/index.ts` runs your local version of `opencode`. @@ -118,7 +118,7 @@ Replace: - `"owner":"sst"` with repo owner - `"repo":"hello-world"` with repo name -- `"actor":"fwang"` with the GitHub username of commentor +- `"actor":"fwang"` with the GitHub username of commenter - `"number":4` with the GitHub issue id - `"body":"hey opencode, summarize thread"` with comment body |
