Skip to content

Delete old artifacts #1

Delete old artifacts

Delete old artifacts #1

name: 'Delete old artifacts'
on:
workflow_dispatch:
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
expire-in: 1days # Setting this to 0 will delete all artifacts