update to use 1password for secrets
This commit is contained in:
parent
c30d67005b
commit
c0441ab616
4 changed files with 5 additions and 4 deletions
|
|
@ -15,8 +15,8 @@
|
|||
[push]
|
||||
default = simple
|
||||
[github]
|
||||
user = {{ (index (lastpass "github_token") 0).username | quote }}
|
||||
token = {{ (index (lastpass "github_token") 0).password | quote }}
|
||||
user = {{ onepasswordRead "op://Private/github.com/username" }}
|
||||
token = {{ onepasswordRead "op://Private/github.com/password" }}
|
||||
[diff]
|
||||
tool = meld
|
||||
[difftool]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue