Skip to content

Commit

Permalink
Update release-charts.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Freddy Grieshaber <[email protected]>
  • Loading branch information
grieshaber authored May 3, 2023
1 parent 3837475 commit 9e93af2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/release-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,11 @@ jobs:

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
- name: Release keycloakx
- name: Release charts
uses: helm/[email protected]
with:
charts_dir: charts/keycloakx/
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Release mailhog
uses: helm/[email protected]
with:
charts_dir: charts/mailhog/
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 9e93af2

Please sign in to comment.