Skip to content

Commit

Permalink
build: fix ghcr cleanup name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 15, 2023
1 parent 4241d01 commit 8507159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:
- cron: "0 8 * * 1"

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

0 comments on commit 8507159

Please sign in to comment.