From 9db57a22310099b82cca76e9503449876bce2c87 Mon Sep 17 00:00:00 2001 From: timbastin Date: Tue, 18 Jun 2024 15:44:50 +0200 Subject: [PATCH] adds write-all permission to release job --- .github/workflows/release-charts.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-charts.yaml b/.github/workflows/release-charts.yaml index 3b54f9e..1a0cfad 100644 --- a/.github/workflows/release-charts.yaml +++ b/.github/workflows/release-charts.yaml @@ -9,9 +9,7 @@ jobs: release: # depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions # see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token - permissions: - contents: write - actions: write + permissions: write-all runs-on: ubuntu-latest steps: - name: Checkout