Skip to content

publish_helm_chart

publish_helm_chart #46

Workflow file for this run

name: publish_helm_chart
on:
workflow_run:
workflows: [ "Create, Scan and Publish KAITO image" ]
types: [ completed ]
branches: [ release-** ]
permissions:
id-token: write # This is required for requesting the JWT
packages: write
contents: write
actions: read
deployments: read
pull-requests: read
jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Publish Workspace Helm chart
uses: stefanprodan/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts/kaito
target_dir: charts/kaito
linting: off