Skip to content

Commit

Permalink
add helm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Feb 2, 2021
1 parent f18d59e commit 67ff592
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.5.1

- name: add repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 67ff592

Please sign in to comment.