From 8d2da4199d5edf7351f47396c18adfa0c2fd401f 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:40:24 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 6bd383d9..62dde7cd 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -7,6 +7,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest permissions: + contents: write pull-requests: write # Steps represent a sequence of tasks that will be executed as part of the job