From 120a316ec0ea203a6dff9f4e78c9e9af8393ce1c Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 2 May 2024 23:44:35 +0100 Subject: [PATCH] Revert git pass config --- dotfiles/.bashrc | 2 ++ dotfiles/.config/git/config | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index b7427e4b..62058e63 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -63,3 +63,5 @@ pushall() { } set completion-ignore-case On + +export GITHUB_TOKEN="$(pass show github/token)" \ No newline at end of file diff --git a/dotfiles/.config/git/config b/dotfiles/.config/git/config index 3d2085f9..34156156 100644 --- a/dotfiles/.config/git/config +++ b/dotfiles/.config/git/config @@ -1,4 +1,8 @@ [user] email = "ehtrude@gmail.com" name = "TrudeEH" -password = $(pass show github/token) +password = $GITHUB_TOKEN + + +[credential] + helper = cache