blob: b7eb39f745daf989812cb2fa96d61d19c626d2f4 [file] [log] [blame]
name: "Prune old artifacts"
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 7days