Skip to content

Merge pull request #1 from AzureArcForKubernetes/deesharma/updateupst… #1

Merge pull request #1 from AzureArcForKubernetes/deesharma/updateupst…

Merge pull request #1 from AzureArcForKubernetes/deesharma/updateupst… #1

Workflow file for this run

name: publish_helm_chart
on:
push:
branches:
- main
paths:
- ".github/workflows/chart.yaml"
- "charts/**"
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0
with:
egress-policy: audit
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
submodules: true
fetch-depth: 0
- name: Publish Helm chart
uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 # v1.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
charts_dir: charts
target_dir: charts
linting: off