From c5bbe4add5ce5c7fe4f4bfbb3b69e3989e679906 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 22 Dec 2023 02:18:43 +0200 Subject: [PATCH] chore(config): update github client config --- config/gh/config.yml | 1 + config/gh/hosts.yml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/gh/config.yml b/config/gh/config.yml index 90a0563..d1f503c 100644 --- a/config/gh/config.yml +++ b/config/gh/config.yml @@ -1 +1,2 @@ git_protocol: https +version: '1' diff --git a/config/gh/hosts.yml b/config/gh/hosts.yml index 5658c2c..139ef28 100644 --- a/config/gh/hosts.yml +++ b/config/gh/hosts.yml @@ -1,3 +1,5 @@ github.com: - user: ivuorinen git_protocol: https + users: + ivuorinen: + user: ivuorinen