diff --git a/.github/workflows/package_updates.yml b/.github/workflows/package_updates.yml index c9aa4ba45..26f1314c7 100644 --- a/.github/workflows/package_updates.yml +++ b/.github/workflows/package_updates.yml @@ -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"