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