From 4dda149ed02dad03cc6dcc862be1b8c93dc9824a Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Sat, 8 Jan 2022 18:18:19 +0100 Subject: [PATCH] chart/ghaction: set the correct permission to have access to push a release (#8115) Signed-off-by: Carlos Panato --- .github/workflows/helm.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 50b7fc05b..a99fcfaa6 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -33,6 +33,10 @@ jobs: chart: name: Release Chart runs-on: ubuntu-latest + + permissions: + contents: write # needed to write releases + needs: - changes if: |