From b855c6dfb9d8f765f1d6950d5bb88fc3692638f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 5 Nov 2024 22:46:14 +0100 Subject: [PATCH] grm: Use SSH for my repositories --- grm/github.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/grm/github.toml b/grm/github.toml index 5ced5c0..e734d1a 100644 --- a/grm/github.toml +++ b/grm/github.toml @@ -2,6 +2,7 @@ provider = "github" token_command = "pass show github | ~/bin/yaml2json | jq -r '.personal_access_token.grm.value'" root = "~/code/github.com" worktree = true +force_ssh = true [filters] owner = true