From 71e0ce47cf73ebcd6a93f78d641041a443bf209b Mon Sep 17 00:00:00 2001 From: Kitamado <47292598+Seasawher@users.noreply.github.com> Date: Fri, 28 Feb 2025 13:23:46 +0900 Subject: [PATCH] =?UTF-8?q?permission=20=E3=81=AE=E8=A1=8C=E3=82=92?= =?UTF-8?q?=E6=B6=88=E3=81=99=E3=83=86=E3=82=B9=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 83c1a9f..92e8755 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -7,10 +7,10 @@ on: jobs: update_lean: runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - contents: write + # permissions: + # issues: write + # pull-requests: write + # contents: write steps: - name: Checkout code uses: actions/checkout@v4