Added GitHub Cleaner

This commit is contained in:
Nikhil Badyal
2022-10-22 00:32:05 +05:30
parent 64e4b6c828
commit e164d7e62f
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
name: GitHub Cleanup
on:
workflow_call:
secrets:
GH_TOKEN:
required: true
workflow_dispatch:
jobs:
cleanup:
name: GitHub Cleanup
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}