Skip to content

Commit

Permalink
Merge pull request #73 from Infisical/upload-helm-chart-action
Browse files Browse the repository at this point in the history
Upload helm chart action
  • Loading branch information
maidul98 authored Dec 5, 2022
2 parents 9ee5f3d + 6fb22b6 commit 8e15dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.0
- name: Build helm package
run: cd helm-charts && helm package ./infisical
uses: helm/[email protected]
- name: Install python and Cloudsmith CLI
- name: Install python
uses: actions/setup-python@v4
- name: Install Cloudsmith CLI
run: pip install --upgrade cloudsmith-cli
- name: Push helm package to Cloudsmith
- name: Build and push helm package to Cloudsmith
run: cd helm-charts && sh upload-to-cloudsmith.sh
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: Go releaser

on:
push:
Expand Down

0 comments on commit 8e15dfc

Please sign in to comment.