1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:45:46 -04:00

purge old action artifacts nightly

[skip ci]
This commit is contained in:
2020-04-04 10:07:17 -04:00
parent 236ee5b0af
commit 1c2337afb8
2 changed files with 15 additions and 0 deletions

14
.github/workflows/purge-artifacts.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Purge old artifacts
on:
schedule:
- cron: '0 9 * * *' # every day at 9 AM UTC = 5 AM EDT
jobs:
purge-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 0