From 6b47b51d8c9dcdb930dcc16a076885bad65c83bb Mon Sep 17 00:00:00 2001 From: SatooRu65536 Date: Thu, 7 Dec 2023 17:51:51 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Actions=E3=81=AE=E6=A8=A9=E9=99=90?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prettier.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 08e971e..bcb4760 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -2,6 +2,9 @@ name: Prettier on: [pull_request] +permissions: + contents: write + jobs: prettier: runs-on: ubuntu-latest