From e776d02d9807250e4b6742d7a644e0108d6e9101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:45:08 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 68caa7b4..20861c1b 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -6,9 +6,7 @@ jobs: name: closepr # The type of runner that the job will run on runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write + permissions: write-all # Steps represent a sequence of tasks that will be executed as part of the job steps: