From 4a612fd4c07e3e3680729b34950b415eb25379a3 Mon Sep 17 00:00:00 2001 From: Tal Haim Date: Mon, 29 Dec 2025 12:25:21 +0200 Subject: [PATCH] [CI] Add read permissions for contents in ci.yaml --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1ebf6cf..e1704bdd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,9 @@ on: - "[0-9]+.[0-9]+.x" workflow_dispatch: +permissions: + contents: read + jobs: helm-lint: runs-on: ubuntu-latest