From 6e30321989f6fd7789ef4bf3fb5ab7ac28774a59 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 36fb091f65..bbc0c45f88 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