From 327c1da8e7a4b98715c12299fd4ef7f3915994d2 Mon Sep 17 00:00:00 2001 From: typicalninja <65993466+typicalninja@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:16:47 +0530 Subject: [PATCH] chore: add pull request perms to changset action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cddc84..7554f58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,9 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write id-token: write + issues: write steps: - name: Checkout Repo