windyakin/Delete Package Versions Keep Latest

Specify the number of versions to keep actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
ownerOwner of the repo containing the package version to delete. Defaults to the owner of the repo running the action. no
repoRepo containing the package version to delete. Defaults to the repo running the action. no
package-nameName of the package containing the version to delete. Required if dynamically deleting oldest versions. no
keep-latest-package-versionsNumber of versions to keep the latest version. Defaults to 10. no10
tokenToken with the necessary scopes to delete package versions. If keep-latest-package-versions is used the token also needs the read packages scope. Defaults to github.token scoped to the repo running the action. To delete package versions of a package outside the repo the action is running in use a Personal Access Token stored as a secret. no${{ github.token }}

no outputs