Skip to content

Commit

Permalink
Update helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kw1knode authored Mar 14, 2024
1 parent a7e20ef commit 5838ebf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ jobs:
config: cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Commit and push changes to gh-pages branch
uses: EndBug/add-and-commit@v7
with:
add: '*.tgz'
message: 'Update charts'
branch: 'gh-pages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5838ebf

Please sign in to comment.