From f6b5153ac9febb94871c25e020b5a26f539223c4 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Mon, 7 Feb 2022 17:02:31 +0530 Subject: [PATCH] Delete Package Update workflow --- .github/workflows/package_updates.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/package_updates.yml diff --git a/.github/workflows/package_updates.yml b/.github/workflows/package_updates.yml deleted file mode 100644 index 0a048f9aa..000000000 --- a/.github/workflows/package_updates.yml +++ /dev/null @@ -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