Skip to content

Commit 8a36853

Browse files
committed
🗄 chore: Change signkey to SSH
1 parent d892ee4 commit 8a36853

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

git/github-tomy0000000.gitconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[user]
22
name = "Tomy Hsieh"
33
email = "git@tomy.me"
4-
signingkey = "6067E1A85CE97701A70403FA4E6AF0EEDD2205F8"
4+
signingkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBhRK+rM/ZZm0zMjSiYO01I8D9aMn7+5Om689YKu7olZ" # 1Password Signing Key
55

66
[commit]
77
gpgsign = true
88

99
[gpg]
10-
program = /usr/local/MacGPG2/bin/gpg
10+
format = ssh
11+
12+
[gpg "ssh"]
13+
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

0 commit comments

Comments
 (0)