From e1c60ba462af11adadd1db5167fb1b9c4ed6658c Mon Sep 17 00:00:00 2001 From: Yash Patel <86321070+yashpatel6@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:42:10 -0700 Subject: [PATCH] Granular permissions only for contents --- .github/workflows/pipeline-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-release.yaml b/.github/workflows/pipeline-release.yaml index 861a71f2..70c7f200 100644 --- a/.github/workflows/pipeline-release.yaml +++ b/.github/workflows/pipeline-release.yaml @@ -5,7 +5,8 @@ on: release: types: [published] -permissions: write-all +permissions: + contents: write jobs: add_release_asset: runs-on: ubuntu-latest