Skip to content

Commit

Permalink
build: ghcr cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Jan 3, 2025
1 parent 60f0584 commit 4f73878
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ghcr-cleanup

on:
workflow_dispatch: { }
schedule:
- cron: "0 8 * * 1"

jobs:
ghcr-cleanup:
uses: steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main
secrets:
token: ${{ secrets.GHCR_CLEANUP_PAT }}

0 comments on commit 4f73878

Please sign in to comment.