Skip to content

Commit ea6611f

Browse files
baijumclaude
andcommitted
docs: fix misleading wording in tutorial CLI tip
The tip previously said secrets come "from your ~/.towlion.conf" but only 2 of 4 secrets originate there; APP_DOMAIN comes from the CLI argument and SERVER_SSH_KEY is read from the key file. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e955695 commit ea6611f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ In your forked repository on GitHub, go to **Settings > Secrets and variables >
171171
Optionally, add `PREVIEW_DOMAIN` (e.g., `example.com`) to enable preview environments for pull requests.
172172

173173
!!! tip "CLI shortcut"
174-
The `towlion secrets` command sets all four secrets from your `~/.towlion.conf`:
174+
The `towlion secrets` command sets all required GitHub secrets using your local config and SSH key:
175175
```bash
176176
towlion secrets my-app app.example.com
177177
towlion secrets my-app app.example.com --preview-domain example.com

0 commit comments

Comments
 (0)