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

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