From 10db3e362cfa5b551835c44ab015b3fbed3c1fd3 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 23 Dec 2023 22:43:31 +0100 Subject: [PATCH] feat: update lw Signed-off-by: kjuulh --- dot_gitconfig_lw.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_gitconfig_lw.tmpl b/dot_gitconfig_lw.tmpl index b1e559c..5c6e3b5 100644 --- a/dot_gitconfig_lw.tmpl +++ b/dot_gitconfig_lw.tmpl @@ -1,8 +1,8 @@ [user] name = {{ .lunar_name }} email = {{ .lunar_email }} - signingkey = {{ .lunar_public_gpg }} -[commit] - gpgsign = true + signingkey = {{ .github_signing_key }} +[gpg] + format = ssh [url "ssh://git@github.com/"] insteadOf = https://github.com/