grm: Update github config

This commit is contained in:
2024-05-28 23:56:12 +02:00
parent b2a428f1f7
commit eb122a79cc

View File

@@ -1,9 +1,7 @@
provider = "github" provider = "github"
token_command = "pass show github | pf '.personal_access_token.grm.value'" token_command = "pass show github | ~/bin/yaml2json | jq -r '.personal_access_token.grm.value'"
root = "~/projects/github" root = "~/code/github.com"
force_ssh = true
worktree = true worktree = true
[filters] [filters]
# owner = true owner = true
# groups = ["hi"]