Fix unneeded password input

This commit is contained in:
2024-05-02 20:58:25 +01:00
parent 3597476363
commit c6a3e528c2
2 changed files with 1 additions and 4 deletions

View File

@@ -53,6 +53,3 @@ ncs() {
} }
set completion-ignore-case On set completion-ignore-case On
# Passwords
export GITHUB_TOKEN=$(pass show github/token)

View File

@@ -1,4 +1,4 @@
[user] [user]
email = "ehtrude@gmail.com" email = "ehtrude@gmail.com"
name = "TrudeEH" name = "TrudeEH"
password = $GITHUB_TOKEN password = $(pass show github/token)