update to use 1password for secrets

This commit is contained in:
Alex Kelly 2023-04-06 19:23:00 -04:00
commit c0441ab616
4 changed files with 5 additions and 4 deletions

View file

@ -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]