Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

chore(deps): lock file maintenance #151

chore(deps): lock file maintenance

chore(deps): lock file maintenance #151

name: Container registry cleanup test
concurrency: ${{ github.workflow }}
on:
workflow_dispatch:
push:
paths:
- .github/registry-cleanup/**
- .github/workflows/ghcr-*.yml
jobs:
test:
uses: ./.github/workflows/ghcr-cleanup.yml
with:
dry-run: true
secrets:
packages-api-token: ${{ secrets.DELETE_PACKAGES_TOKEN_RO }}