Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
upload-cloud

GitHub Action

Publish Helm Chart (wemogy)

1.0.0

Publish Helm Chart (wemogy)

upload-cloud

Publish Helm Chart (wemogy)

Publishes Helm Charts to the wemogy Helm repository

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Publish Helm Chart (wemogy)

uses: wemogy/[email protected]

Learn more about this action in wemogy/publish-helm-chart-action

Choose a version

wemogy Publish Helm Chart (GitHub Action)

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

Usage

- name: AKS Login
  uses: wemogy/[email protected]
  with:
    name: wemogy-demo
    path: env/helm/wemogy-demo/wemogy-demo-1.0.0.tgz
    token: ${{ secrets.HELM_REPO_TOKEN }}

Inputs

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

Outputs

None.