Skip to content

Commit

Permalink
fix: Calling ghcr-cleanup action directly (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfacchinelli authored Mar 25, 2024
1 parent a3c229f commit 4a4fb8d
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,9 @@ jobs:
name: GHCR clean up
runs-on: ubuntu-latest
steps:
- name: Checkout actions repository
uses: actions/checkout@v4
- uses: Doist/actions/ghcr-cleanup-action@main
with:
repository: Doist/actions
path: ./.doist/actions
token: ${{ secrets.GH_REPO_TOKEN }}
- name: GHCR scan and clean up
uses: ./.doist/actions/ghcr-cleanup-action
with:
package-name: unfurlist
gh-auth-token: ${{ secrets.GH_PACKAGES_TOKEN }}
keep-last-number: '2'
dry-run: true
package-name: unfurlist
gh-auth-token: ${{ secrets.GH_PACKAGES_TOKEN }}
keep-last-number: '2'
dry-run: true

0 comments on commit 4a4fb8d

Please sign in to comment.