Skip to main content
Save a GitHub Personal Access Token for commands that interact with GitHub. The token is written as block-style YAML to ~/.talos/credentials/github.yml under the default profile. Create a Personal Access Token at github.com/settings.

Usage

talos github:credentials:create [options]

Examples

Run with no flags to be prompted for the token (input is hidden):
talos github:credentials:create
Provide the token non-interactively:
talos github:credentials:create --token=github_pat_xxxxxxxx

Options

OptionDescriptionDefault
--tokenGitHub Personal Access Token to store.Prompted if omitted
--silentSuppress the instructional message and the saved-to confirmation.false