title: 'Install GitHub CLI with interactive login',
description: 'Install gh and log in via browser — no token needed. Use interactiveLogin: true as a shortcut instead of a separate github-cli-auth block.',
configs: [
{
type: 'github-cli',
gitProtocol: 'ssh',
interactiveLogin: true,
},
],
};
exportconstexampleGithubCliFull: ExampleConfig={
title: 'GitHub CLI with token authentication',
description: 'Install gh, configure SSH as the default git protocol, and authenticate with a personal access token.',