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 0c7f008 commit 6f7e203
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:
extension-ci:
uses: steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main
secrets:
token: ${{ secrets.GHCR_CLEANUP_PAT }}

0 comments on commit 6f7e203

Please sign in to comment.