Revert git pass config
This commit is contained in:
@@ -63,3 +63,5 @@ pushall() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set completion-ignore-case On
|
set completion-ignore-case On
|
||||||
|
|
||||||
|
export GITHUB_TOKEN="$(pass show github/token)"
|
||||||
@@ -1,4 +1,8 @@
|
|||||||
[user]
|
[user]
|
||||||
email = "ehtrude@gmail.com"
|
email = "ehtrude@gmail.com"
|
||||||
name = "TrudeEH"
|
name = "TrudeEH"
|
||||||
password = $(pass show github/token)
|
password = $GITHUB_TOKEN
|
||||||
|
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = cache
|
||||||
|
|||||||
Reference in New Issue
Block a user