👷 Reuse workflows

This commit is contained in:
Nikhil Badyal
2022-10-15 14:43:20 +05:30
parent 7e80b3007d
commit d792cab58f
8 changed files with 23 additions and 99 deletions
+6
View File
@@ -18,3 +18,9 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
RELEASE_PATTERN: '[\s\S]*'
- name: Delete Workflow Runs
uses: nikhilbadyal/ghactions/.github/workflows/github-workflow-cleaner.yml@main
with:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}