From 96b416c3b9cf0fef37807e97bbfc6e9b12e72cef Mon Sep 17 00:00:00 2001 From: Randolf J Date: Tue, 7 Jun 2022 15:28:57 +0200 Subject: [PATCH] chore: add `pull-requests: write` perm on publish --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd880ae3bd896..85baf5601b454 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write steps: - name: Checkout uses: actions/checkout@v3