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