Delete Package Update workflow

This commit is contained in:
Yaksh Bariya 2022-02-07 17:02:31 +05:30
parent 243ac5a31b
commit f6b5153ac9
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
name: Package updates
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
jobs:
update-packages:
if: github.repository == 'termux/termux-packages'
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GH_API_KEY }}
- name: Process package updates
env:
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 "contact@termux.com"
bash ./scripts/bin/update-packages