Skip to content

Merge pull request #12 from harness/Adarshkumar14-patch-1 #18

Merge pull request #12 from harness/Adarshkumar14-patch-1

Merge pull request #12 from harness/Adarshkumar14-patch-1 #18

Workflow file for this run

name: Release chart-testing
on:
push:
branches:
- main
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Configure git
run: |
git config user.name "$GITHUB_ACTION"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.11.0
- name: Run Chart Releaser
uses: helm/[email protected]
with:
charts_dir: src
env:
CR_TOKEN: "${{ secrets.TOKEN }}"