Files
docker-py-revanced/.github/workflows/github-cleanup.yml
T
2022-10-22 00:34:01 +05:30

16 lines
287 B
YAML

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 }}