actions-marketplace-validations/Helm publish to branch

A GitHub Action for publishing Helm charts to a branch like gh-pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 10, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/paschdan_helm-chart-release-to-repo-action@692dab3162bbf369b71acfa1d11d022bf6d6e649 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenGitHub tokenyes
charts_dirThe charts directory, defaults to `charts`no
charts_urlThe GitHub Pages URL, defaults to `https://<OWNER>.github.io/<REPOSITORY>`no
ownerThe GitHub user or org that owns this repository, defaults to `GITHUB_REPOSITORY`no
repositoryThe GitHub repository name, defaults to `GITHUB_REPOSITORY`no
target_branchThe branch to publish charts, defaults to `gh-pages`no
target_dirThe target directory to store the charts, defaults to `.`no
helm_versionThe Helm CLI versionno
lintingToggle Helm linting, can be disabled by setting it to 'off'no
taggingSwitch off tagging by setting it to 'off', useful when using in a test scenario (on pull requests)no
commit_usernameThe user name used for the commit userno${{ github.actor }}
commit_emailThe email used for the commit userno${{ github.actor }}@users.noreply.github.com
debugenable debugno

no outputs