Skip to content

Commit

Permalink
Add publish-helm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bsord committed Oct 11, 2020
1 parent ea5c5e8 commit 07e77fc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/publish-helm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

# This is a basic workflow to help you get started with Actions

name: 'Push Helm Chart Manual'

on:
workflow_dispatch:
jobs:
push-helm-chart:
runs-on: ubuntu-latest
name: Push helm chart to CodeFresh repo
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Push Helm Chart
uses: bsord/helm-push@v1
with:
access-token: ${{ secrets.CF_API_KEY }}
repository-url: 'https://h.cfcr.io/bsord/charts'
force: true
chart-folder: chart

0 comments on commit 07e77fc

Please sign in to comment.