termux-packages/.github/workflows/repository_cleanup.yml
Leonid Pliushch ae9856e038 CI: add script for automatic old versions cleanup
Expected to be automatically started at 02:00 every day. Will
go through all packages and remove versions that are no longer
needed.

Experimental, may cause metadata inconsistency until process is
finished.
2020-02-04 14:52:26 +02:00

21 lines
501 B
YAML

name: APT repository cleanup
on:
schedule:
- cron: '0 2 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Delete old versions
env:
BINTRAY_USERNAME: xeffyr
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
BINTRAY_GPG_SUBJECT: termux
BINTRAY_GPG_PASSPHRASE: ${{ secrets.BINTRAY_GPG_PASSWORD }}
run: |
./scripts/package_uploader.sh -c $(cd ./packages; echo *)