grm: Use SSH for my repositories

This commit is contained in:
2024-11-05 22:46:14 +01:00
parent 4d818cd32b
commit c13d4a4d2c

View File

@@ -2,6 +2,7 @@ provider = "github"
token_command = "pass show github | ~/bin/yaml2json | jq -r '.personal_access_token.grm.value'" token_command = "pass show github | ~/bin/yaml2json | jq -r '.personal_access_token.grm.value'"
root = "~/code/github.com" root = "~/code/github.com"
worktree = true worktree = true
force_ssh = true
[filters] [filters]
owner = true owner = true