srodi/Helm Publisher
A GitHub Action for publishing Helm charts with Github Pages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The GitHub user or org that owns this repository, defaults to `GITHUB_REPOSITORY` | no | — |
| repository | The GitHub repository name, defaults to `GITHUB_REPOSITORY` | no | — |
| branch | The branch to publish charts, defaults to `gh-pages` | no | — |
| target_dir | The target directory to store the charts, defaults to `.` | no | — |
| commit_username | The user name used for the commit user | no | ${{ github.actor }} |
| commit_email | The email used for the commit user | no | ${{ github.actor }}@users.noreply.github.com |
| app_version | Set the appVersion on the chart to this version | no | — |
| chart_version | Set the version on the chart to this version | no | — |
| token | GitHub token | yes | — |
Outputs
no outputs