From 79a1d25bbd09420ad7d8631671a70cbcaf496cfb Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 13 May 2025 08:49:07 -0400 Subject: [PATCH] [CI] Add workflow permissions for helm CI job (#17727) Signed-off-by: Russell Bryant Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/lint-and-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint-and-deploy.yaml b/.github/workflows/lint-and-deploy.yaml index dd9b61a647345..64011922ad825 100644 --- a/.github/workflows/lint-and-deploy.yaml +++ b/.github/workflows/lint-and-deploy.yaml @@ -2,6 +2,9 @@ name: Lint and Deploy Charts on: pull_request +permissions: + contents: read + jobs: lint-and-deploy: runs-on: ubuntu-latest