Skip to content

publish_helm_chart

publish_helm_chart #45

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: read # This is required for requesting the JWT

Check failure on line 10 in .github/workflows/helm-chart.yml

View workflow run for this annotation

GitHub Actions / publish_helm_chart

Invalid workflow file

The workflow is not valid. .github/workflows/helm-chart.yml (Line: 10, Col: 13): Unexpected value 'read'
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