Files
python-appimage/.github/workflows/delete-artifacts.yml
Valentin Niess dc3acadb9a Initial commit
2020-03-29 11:59:23 +02:00

14 lines
279 B
YAML

name: Delete artifacts
on:
schedule:
- cron: '0 */6 * * *' # every 6 hours
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 0days