Helm Chart Release Tag #1
  
    
      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: Helm Chart Release Tag | |
| on: | |
| workflow_call: {} | |
| workflow_dispatch: {} | |
| jobs: | |
| git-release-create: | |
| name: Helm Chart Release Tag | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Login to GitHub Enterprise with token | |
| run: | | |
| env | |
| gh version | |
| echo ${{ secrets.CO_GOLDEN_PATH_SERVICEUSER_GH_TOKEN }} | gh auth login --with-token | |
| - name: Create Github Releases for Helm Chart Tags | |
| uses: openmcp-project/blueprint-building-blocks/.github/actions/git-release-create@main |