Skip to content

Feat/harness ccm autostopping/logging (#3) #12

Feat/harness ccm autostopping/logging (#3)

Feat/harness ccm autostopping/logging (#3) #12

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'charts/**'
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # important parameter
- run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- uses: azure/setup-helm@v3
- uses: helm/[email protected]
with:
pages_branch: main
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"