Skip to content

Commit

Permalink
try publish
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 21, 2023
1 parent 263d0bf commit d2c5c96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create packages and repo index
run: |
git config user.name github-actions
git config user.email [email protected]
- uses: J12934/helm-gh-pages-action@master
with:
access-token: ${{ secrets.GITHUB_TOKEN }}
charts-folder: charts
deploy-branch: helm-release
access-token: ${{ secrets.HELM_PUSH_TOKEN }}

0 comments on commit d2c5c96

Please sign in to comment.