minor gh config
authorIan Kelling <ian@iankelling.org>
Sun, 2 Mar 2025 02:09:42 +0000 (21:09 -0500)
committerIan Kelling <ian@iankelling.org>
Sun, 2 Mar 2025 02:09:42 +0000 (21:09 -0500)
subdir_files/.config/gh/config.yml

index 241fb97da641537a65a7af0b64fe57a887dc1e3f..b8f811d1716866601a571b60236e42c5be52b0ea 100644 (file)
@@ -1,7 +1,7 @@
 # The current version of the config schema
 version: 1
 # What protocol to use when performing git operations. Supported values: ssh, https
-git_protocol: https
+git_protocol: ssh
 # What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
 editor:
 # When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled