From 77042303914c8b653ff91bea00039a7e61d82462 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Wed, 14 Aug 2024 12:40:55 +0500 Subject: [PATCH] Add explicit github actions permissions Signed-off-by: alexey semenyuk --- .github/workflows/helm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 9dd3b49..b8ce5cc 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -55,6 +55,9 @@ jobs: needs: test if: github.event_name == 'push' || github.event_name == 'release' runs-on: ubuntu-latest + permissions: + contents: read + packages: write steps: - uses: actions/checkout@v2