Skip to content

chore: bump github/codeql-action from 3.26.0 to 3.26.7 #306

chore: bump github/codeql-action from 3.26.0 to 3.26.7

chore: bump github/codeql-action from 3.26.0 to 3.26.7 #306

Workflow file for this run

name: publish_helm_chart
on:
pull_request:
branches:
- release-**-**
- master
types: [ closed ]
permissions:
contents: write
actions: read
deployments: read
jobs:
publish-helm-chart:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.title, 'update manifest and helm charts')
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@v1.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts
target_dir: charts
linting: off