Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit c957f05

Browse files
committed
build: ghcr cleanup
1 parent 4a34582 commit c957f05

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ghcr-cleanup.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: ghcr-cleanup
2+
3+
on:
4+
workflow_dispatch: { }
5+
schedule:
6+
- cron: "0 8 * * 1"
7+
8+
jobs:
9+
ghcr-cleanup:
10+
uses: steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main
11+
secrets:
12+
token: ${{ secrets.GHCR_CLEANUP_PAT }}

0 commit comments

Comments
 (0)