This commit is contained in:
zhuzichu 2023-07-07 09:04:43 +08:00
parent 80619f6974
commit fbcb65f549

View File

@ -1,13 +0,0 @@
name: 'Delete old artifacts'
on:
schedule:
- cron: '0 * * * *' # every hour
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 7days # Setting this to 0 will delete all artifacts