add credential manager to gh cli

This commit is contained in:
uku 2023-11-14 01:50:41 +01:00
parent 31d4a41662
commit 1dd9467b38
Signed by: uku
GPG key ID: 7D01D7B105E77166

View file

@ -20,7 +20,7 @@
gh = {
enable = true;
settings.git_protocol = "ssh";
gitCredentialHelper.enable = true;
};
};
}