diff --git a/.github/workflows/lint-chart.yaml b/.github/workflows/lint-chart.yaml index 23e244600..34d19e9cc 100644 --- a/.github/workflows/lint-chart.yaml +++ b/.github/workflows/lint-chart.yaml @@ -17,6 +17,10 @@ on: paths: - "charts/**" +permissions: + contents: read # Required by actions/checkout@v4 to fetch the repository contents. + statuses: write # Necessary to update the status of workflow runs. + jobs: chart-lint-test: runs-on: ubuntu-22.04