Skip to content

Commit

Permalink
build: cleanup up GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 14, 2023
1 parent 006f85c commit 7b27a51
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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
with:
dry_run: true
secrets:
token: ${{ secrets.GHCR_CLEANUP_PAT }}

0 comments on commit 7b27a51

Please sign in to comment.