Skip to content

Commit a256c53

Browse files
docs: reword 'no key needed' -> 'no extra setup' (don't reference the prior key requirement)
1 parent c43a8c6 commit a256c53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- uses: CodeBoarding/CodeBoarding-action@v1
102102
```
103103
104-
That's it — **no API key needed**. With `id-token: write` granted, the action runs on the **free hosted tier**: it mints a GitHub OIDC token, and CodeBoarding's proxy supplies the LLM, metered per repository owner against a weekly cap. Merge the workflow and your next pull request gets an architecture diff.
104+
That's it — **no extra setup**. With `id-token: write` granted, the action runs on the **free hosted tier**: it mints a GitHub OIDC token, and CodeBoarding's proxy supplies the LLM, metered per repository owner against a weekly cap. Merge the workflow and your next pull request gets an architecture diff.
105105

106106
Models are optional. Omit `agent_model` and `parsing_model` to use the defaults, or pin them inline or from a repository variable (a model name is not a secret, so use `vars.`, not `secrets.`):
107107

@@ -217,7 +217,7 @@ jobs:
217217
- uses: CodeBoarding/CodeBoarding-action@v1
218218
with:
219219
mode: sync
220-
# No key needed on the free tier. For more/unmetered usage add
220+
# Runs on the free tier with no extra setup. For more/unmetered usage add
221221
# `llm_api_key: ${{ secrets.OPENROUTER_API_KEY }}` (and drop id-token: write).
222222
```
223223

0 commit comments

Comments
 (0)