use the shell variable GITHUB_TOKEN instead of the git workaround
This commit is contained in:
parent
d03dac943e
commit
2e8845dfb9
2 changed files with 0 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,4 +4,3 @@ emacs.d/auto-save-list/.saves*
|
|||
.DS_Store
|
||||
*.pyc
|
||||
*.cache
|
||||
gitconfig.github
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@
|
|||
[branch]
|
||||
autosetuprebase = always
|
||||
autosetupmerge = true
|
||||
[include]
|
||||
path = "$HOME/config/gitconfig.github"
|
||||
[core]
|
||||
quotepath = false
|
||||
whitespace = trailing-space,space-before-tab
|
||||
|
|
|
|||
Loading…
Reference in a new issue