Skip to content

ci(deps): bump actions/setup-python from 4 to 5 #41

ci(deps): bump actions/setup-python from 4 to 5

ci(deps): bump actions/setup-python from 4 to 5 #41

name: Clean the container registry
on:
workflow_dispatch:
pull_request:
types:
- "closed"
jobs:
clean_registry:
name: Clean the container registry
runs-on: ubuntu-latest
steps:
- uses: pcasteran/ghcr-cleaning-action@v1
with:
password: ${{ secrets.MY_SECRET_PAT }}
package: terraform-graph-beautifier
debug: true