Skip to content

Commit

Permalink
build: add resuable workflow for cleanining up GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 14, 2023
1 parent 73e1751 commit eb6dec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ghcr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: vlaurin/[email protected]
with:
token: ${{ secrets.TOKEN }}
token: ${{ secrets.token }}
organization: ${{ github.repository_owner }}
container: ${{ github.event.repository.name }}
dry-run: ${{ inputs.dry_run }}
Expand Down

0 comments on commit eb6dec1

Please sign in to comment.