Skip to content

Commit

Permalink
chore(setup): Non-stop gh login
Browse files Browse the repository at this point in the history
Because of `--skip-ssh-key` flag is added, no need to select choices.
  • Loading branch information
5ouma committed Apr 18, 2024
1 parent 53eb6ce commit d2a59a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ generateGitHooks() {

loginGitHubCli() {
(gh auth status) && skip
gh auth login -h='github.com' -p='SSH' -s='delete_repo,workflow' -w
gh auth login -p='SSH' -h='github.com' -s='delete_repo,workflow' --skip-ssh-key -w
} && run 'loginGitHubCli' '## 🐙 Log in to GitHub CLI'

installProgrammingLanguages() {
Expand Down

0 comments on commit d2a59a2

Please sign in to comment.