From ebee678ac69cfcf3b4cb6ed5ea34fb43a0ec520b Mon Sep 17 00:00:00 2001 From: ikubaku Date: Tue, 24 Jan 2023 03:30:54 +0900 Subject: [PATCH] =?UTF-8?q?Workflow=E3=81=AE=E5=AE=9F=E8=A1=8C=E3=81=AB?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E3=81=AApermission=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index d317bcf..cca5b6e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,6 +16,10 @@ on: jobs: lint: + permissions: + checks: write + contents: read + pull-requests: write runs-on: ubuntu-20.04 timeout-minutes: 10 steps: