CI: allow to push updates
This commit is contained in:
parent
61e23dd6c6
commit
a182182d8e
1
.github/workflows/package_updates.yml
vendored
1
.github/workflows/package_updates.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}
|
GITHUB_API_TOKEN: ${{ secrets.GH_API_KEY }}
|
||||||
BUILD_PACKAGES: "true"
|
BUILD_PACKAGES: "true"
|
||||||
GIT_COMMIT_PACKAGES: "true"
|
GIT_COMMIT_PACKAGES: "true"
|
||||||
|
GIT_PUSH_PACKAGES: "true"
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "Termux Github Actions"
|
git config --global user.name "Termux Github Actions"
|
||||||
git config --global user.email "leonid.pliushch@gmail.com"
|
git config --global user.email "leonid.pliushch@gmail.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user