Skip to content

Commit

Permalink
change owner and directory for charts
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 25, 2024
1 parent ba2b4fc commit ab29e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.TOKEN }}
charts_dir: charts
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: .
charts_url: ./
owner: thitsax
owner: mojaloop
branch: gh-pages
linting: off
chart_version: ${{ env.app_release_version }}

0 comments on commit ab29e8f

Please sign in to comment.