wemogy / publish-helm-chart-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/publish-helm-chart-action@1.1.3
  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.

About

License:MIT License