Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 690 Bytes

wemogy Publish Helm Chart (GitHub Action)

A GitHub Action to publish Helm Charts to the wemogy Helm repository

Usage

- 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 }}

Inputs

Input Description
path Required Path to the packaged Helm Chart cluster
token Required Access Token to the Helm Git repository

Outputs

None.