From ec254ae593fcaa630ccac9ed80ad45c91b80a7c9 Mon Sep 17 00:00:00 2001 From: James Otten Date: Sat, 27 Apr 2024 22:13:58 -0400 Subject: [PATCH] actions --- .github/workflows/helm_lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helm_lint.yaml b/.github/workflows/helm_lint.yaml index 59e47a28..1bb0f293 100644 --- a/.github/workflows/helm_lint.yaml +++ b/.github/workflows/helm_lint.yaml @@ -2,6 +2,8 @@ name: Lint and Test Chart on: pull_request +permissions: read-all + jobs: lint-test: runs-on: ubuntu-latest