Skip to content

Commit b47079f

Browse files
committed
docs: link GitHub's secrets guide from the Quick start
1 parent 9c9f26f commit b47079f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
llm_api_key: ${{ secrets.OPENROUTER_API_KEY }}
9191
```
9292
93-
Add the API key as a repository secret (Settings → Secrets and variables → Actions):
93+
Add the API key as a [repository secret](https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets) (Settings → Secrets and variables → Actions):
9494
9595
```text
9696
OPENROUTER_API_KEY = sk-or-...

0 commit comments

Comments
 (0)