Update .gitea/workflows/delete-artifacts.yaml
Some checks failed
Remove old artifacts / remove-old-artifacts (push) Failing after 3s
renovate / renovate (push) Has been cancelled

This commit is contained in:
Jan Gleytenhoover 2024-08-17 09:19:27 +00:00
parent 848d5424fa
commit 3649038488

@ -1,6 +1,7 @@
name: Remove old artifacts
on:
push:
schedule:
# Every day at 1am
- cron: '0 1 * * *'
@ -15,6 +16,7 @@ jobs:
uses: c-hive/gha-remove-artifacts@v1
with:
age: '1 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
GITHUB_TOKEN: ${{ gitea.TOKEN }}
# Optional inputs
# skip-tags: true
# skip-recent: 5