From 0b36b0d7aba5d94c8cd8f8c7432f71027cef1ed7 Mon Sep 17 00:00:00 2001
From: Ian Kelling <ian@iankelling.org>
Date: Sat, 1 Mar 2025 21:09:42 -0500
Subject: [PATCH] minor gh config

---
 subdir_files/.config/gh/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subdir_files/.config/gh/config.yml b/subdir_files/.config/gh/config.yml
index 241fb97..b8f811d 100644
--- a/subdir_files/.config/gh/config.yml
+++ b/subdir_files/.config/gh/config.yml
@@ -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
-- 
2.30.2