This commit is contained in:
Eugene Yaremenko 2021-07-02 01:07:31 -07:00 committed by GitHub
parent 67ba9ce3ed
commit 6bd25d2abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -21,9 +21,7 @@ printf "Host github.com\n" > ~/.ssh/config
printf " StrictHostKeyChecking no\n" >> ~/.ssh/config
printf " UserKnownHostsFile=/dev/null\n" >> ~/.ssh/config
git config --global user.name $UPD_BOT_LONIG
git config --global user.name "${UPD_BOT_LOGIN}"
git config --global user.email "not@an.actual.email.beep.boop"
git config --global push.default simple
git config --global hub.protocol https
export GITHUB_TOKEN=$UPD_BOT_GIT_TK