Skip to content

Commit

Permalink
fix: add the .pub extension to the git user.signingkey
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann authored Jun 4, 2024
1 parent 465dae1 commit a2ba151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
git config --global user.name "{{ git_name }}"
git config --global user.email "{{ git_email }}"
git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/{{ git_ssh_key }}
git config --global user.signingkey ~/.ssh/{{ git_ssh_key }}.pub
git config --global pull.rebase false
git config --global init.defaultBranch main
git config --global init.defaultBranch main

0 comments on commit a2ba151

Please sign in to comment.