From b1578db65118a9950453056a2a9213211ad425de Mon Sep 17 00:00:00 2001 From: Joaquim Rocha Date: Wed, 15 Feb 2023 09:13:58 +0000 Subject: [PATCH] github: Add contents-write permissions to helm-chart-release action --- .github/workflows/helm-chart-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-release.yml b/.github/workflows/helm-chart-release.yml index fcca1beeaab..e22df31d450 100644 --- a/.github/workflows/helm-chart-release.yml +++ b/.github/workflows/helm-chart-release.yml @@ -7,9 +7,12 @@ on: paths: - charts/** - '!charts/**/README.md' - + # For manual dispatch + workflow_dispatch: jobs: release: + permissions: + contents: write runs-on: ubuntu-22.04 steps: - name: Checkout