Skip to content

Commit ab426b3

Browse files
docs: clarify token storage note
1 parent 9c990aa commit ab426b3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gdvm upgrade # Upgrades gdvm to the latest version
5656
> 1. [Create a fine-grained personal access token](https://github.com/settings/personal-access-tokens) with access to public repositories.
5757
> 2. Run `gdvm config set github.token` and enter your token when prompted. You can also use the `GITHUB_TOKEN` environment variable to set the token, useful for CI/CD pipelines.
5858
>
59-
> Note that this will store the token in plain text in the `~/.gdvm/config.toml` file, so make sure to keep it secure.
59+
> Note that running `gdvm config set github.token` will store the token in plain text in the `~/.gdvm/config.toml` file, so make sure to keep it secure.
6060
6161
For more information, run
6262

gh-pages/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,9 @@ <h2>Getting Started</h2>
315315
pipelines.
316316
</li>
317317
</ol>
318-
Note that this will store the token in plain text in the
318+
Note that running
319+
<code>gdvm config set github.token</code> will store the
320+
token in plain text in the
319321
<code>~/.gdvm/config.toml</code> file, so make sure to
320322
keep it secure.
321323
</span>

0 commit comments

Comments
 (0)