Merge pull request #323 from devtron-labs/sync-2025-06-16-130007-bfadc30 #349
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Release Charts | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'charts/**' | |
| jobs: | |
| release: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v1 | |
| - name: Configure Git | |
| run: | | |
| git config user.name "$GITHUB_ACTOR" | |
| git config user.email "$GITHUB_ACTOR_EMAIL" | |
| env: | |
| GITHUB_ACTOR: '${{ vars.GH_SYSTEMSDT_USERNAME }}' | |
| GITHUB_ACTOR_EMAIL: '${{ secrets.GH_SYSTEMSDT_EMAIL }}' | |
| - name: Run chart-releaser | |
| uses: helm/chart-releaser-action@main | |
| env: | |
| CR_TOKEN: '${{ secrets.GH_SYSTEMSDT_TOKEN }}' |