Files
Nikhil Badyal ab7194429f 👷 Updated cron timings
2024-04-22 08:48:16 +05:30

18 lines
329 B
YAML

name: GitHub Cleanup
on:
workflow_call:
secrets:
GH_TOKEN:
required: true
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
jobs:
cleanup:
name: GitHub Cleanup
uses: nikhilbadyal/ghactions/.github/workflows/github-cleanup.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}