Skip to content

Delete old artifacts #63

Delete old artifacts

Delete old artifacts #63

Workflow file for this run

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