Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Token can come from command line too. #344

Merged
merged 1 commit into from
Apr 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/user-guide/dvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Github).

HTTPS authentication is done by setting `GITHUB_USERNAME` and `GITHUB_TOKEN`
environment variables. You need to generate a token
[here](https://github.com/settings/tokens).
[here](https://github.com/settings/tokens) or via command line `gh auth token`.

It's important to first authenticate with SSH, and only then with HTTPS.
Otherwise, running `gh auth login` will complain that `GITHUB_USERNAME` and
Expand Down