CI: allow to push updates

This commit is contained in:
Leonid Pliushch 2020-12-17 23:44:44 +02:00
parent 61e23dd6c6
commit a182182d8e
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}
BUILD_PACKAGES: "true"
GIT_COMMIT_PACKAGES: "true"
GIT_PUSH_PACKAGES: "true"
run: |
git config --global user.name "Termux Github Actions"
git config --global user.email "leonid.pliushch@gmail.com"