Skip to content

ghcr-cleanup

ghcr-cleanup #4

Workflow file for this run

name: ghcr-cleanup
on:
workflow_dispatch: { }
schedule:
- cron: "0 8 * * 1"
jobs:
extension-ci:
uses: steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main

Check failure on line 10 in .github/workflows/ghcr-cleanup.yml

View workflow run for this annotation

GitHub Actions / ghcr-cleanup

Invalid workflow file

The workflow is not valid. In .github/workflows/ghcr-cleanup.yml (Line: 10, Col: 11): Error from called workflow steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main (Line: 20, Col: 9): Unexpected value 'type'
with:
dry_run: true
secrets:
token: ${{ secrets.GHCR_CLEANUP_PAT }}