diff --git a/.github/workflows/ghcr-cleanup.yml b/.github/workflows/ghcr-cleanup.yml index 0a60f5e..2063c17 100644 --- a/.github/workflows/ghcr-cleanup.yml +++ b/.github/workflows/ghcr-cleanup.yml @@ -6,7 +6,7 @@ on: - cron: "0 8 * * 1" jobs: - extension-ci: + ghcr-cleanup: uses: steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main secrets: token: ${{ secrets.GHCR_CLEANUP_PAT }}