Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Last active May 26, 2021 17:33
Show Gist options
  • Save thanakijwanavit/a1eb7b7647557c5ca3843e199c693a85 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/a1eb7b7647557c5ca3843e199c693a85 to your computer and use it in GitHub Desktop.
delete github artifacts
name: clean
on:
push:
branches:
- 'master'
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: $
expire-in: 10 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment