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