Update .gitea/workflows/delete-artifacts.yaml
Some checks failed
Remove old artifacts / remove-old-artifacts (push) Failing after 3s
renovate / renovate (push) Successful in 2m36s

This commit is contained in:
Jan Gleytenhoover 2024-08-17 09:21:59 +00:00
parent 3649038488
commit 1cae1e1160

@ -16,7 +16,7 @@ jobs:
uses: c-hive/gha-remove-artifacts@v1 uses: c-hive/gha-remove-artifacts@v1
with: with:
age: '1 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js age: '1 month' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
GITHUB_TOKEN: ${{ gitea.TOKEN }} GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}
# Optional inputs # Optional inputs
# skip-tags: true # skip-tags: true
# skip-recent: 5 # skip-recent: 5