Files
docker-py-revanced/.github/workflows/github-cleanup.yml
T
2024-04-08 21:05:30 +05:30

18 lines
327 B
YAML

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