Files
docker-py-revanced/.github/workflows/github-cleanup.yml
T
2022-10-22 19:32:15 +05:30

16 lines
291 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.GITHUB_TOKEN }}