You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ gdvm upgrade # Upgrades gdvm to the latest version
56
56
> 1.[Create a fine-grained personal access token](https://github.com/settings/personal-access-tokens) with access to public repositories.
57
57
> 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.
58
58
>
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.
0 commit comments