actions-marketplace-validations/Chart Publish Action
Publish a Helm chart to a directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 6, 2021
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/moikot_chart-publish-action@2e90c5c3ff90686a44eaa1127ac7603113642973 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| chart | The relative path under $GITHUB_WORKSPACE to the chart (default: 'chart') | no | chart |
| helm_image | The Docker image containing Helm (default: 'alpine/helm:3.3.0') | no | alpine/helm:3.3.0 |
| charts_dir | The relative path under $GITHUB_WORKSPACE to publish to | — | — |
| charts_url | The URL of the charts repository (e.g. 'https://janedoe.github.io/helm-charts') | yes | — |
Outputs
| name | description |
|---|---|
| chart | The published chart file name |