From f733ffaaddee7998f732a9fde2c9940583d241cb Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 13:15:39 +0200 Subject: [PATCH] Update .gitconfig_front --- dot_gitconfig_front.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_gitconfig_front.tmpl b/dot_gitconfig_front.tmpl index ef221fd..ed26b65 100644 --- a/dot_gitconfig_front.tmpl +++ b/dot_gitconfig_front.tmpl @@ -1,7 +1,7 @@ [user] - name = kjuulh - email = contact@kjuulh.io - signingkey = B3C49C86AD15B2F7 + name = {{ .gitea_name }} + email = {{ .gitea_email }} + signingkey = {{ .gitea_public_gpg }} [credential] helper = store