swarm-io/Upload a released helm chart to a git helm charts repository

Extracts a helm chart from a release, adds it to a git helm repository, then reindexes the repository. This action is designed to be run on a release trigger, and to extract a packaged chart in .tgz format from a .tgz file such as chart.tgz.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGithub token to use, must specify a PAT so that the action can clone the charts repo and push changes to ityes
tagRelease tag to fetch chart fromno${{ github.event.release.tag_name }}
release-asset-namethe asset name containing the chart, must be a tar filenochart.tgz
chart-repositoryThe git repository to upload the chart tono${{ github.repository_owner }}/charts
chart-repository-refThe git repository ref to push the chart tonomain

no outputs