Fine, I'll do it myself

This commit is contained in:
Sys 2021-07-30 00:34:13 +02:00
parent 8390f6c73f
commit f92b9bd35f
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Delete
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Delete old packages
runs-on: ubuntu-latest
steps:
- name: Delete oldest package
uses: actions/delete-package-versions@v1
with:
owner: 'sysbot-org'
repo: 'tgscraper'
package-name: 'tgscraper'
num-old-versions-to-delete: 1
token: ${{ secrets.PAT }}