GitHub Action
Publish Helm Chart (wemogy)
1.1.3
Latest version
A GitHub Action to publish Helm Charts to the wemogy Helm repository
- name: Publish Helm Chart
uses: wemogy/[email protected]
with:
path: env/helm/wemogy-demo/wemogy-demo-1.0.0.tgz
token: ${{ secrets.HELM_REPO_TOKEN }}
Input | Description |
---|---|
path |
Required Path to the packaged Helm Chart cluster |
token |
Required Access Token to the Helm Git repository |
None.