From 6dc53ce81937c2962c9eddd457c0d9b7b98d7a11 Mon Sep 17 00:00:00 2001 From: Amir Alavi Date: Mon, 9 Sep 2024 16:56:11 -0400 Subject: [PATCH] fix: github action Release Charts to have write permissions --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 75718a457..52fb7f21a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,9 @@ on: branches: - release-* +permissions: + contents: write # allow actions to update gh-pages branch + jobs: release: runs-on: ubuntu-latest