From 67b58098e046efdee6168b4dc3bd838a0be30098 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 17 Jan 2025 14:59:03 +0900 Subject: [PATCH] ci: add `pull-requests: write` permission to allow creating PR from GitHub Actions --- .github/workflows/update-lexicons.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-lexicons.yml b/.github/workflows/update-lexicons.yml index 2487ee1..72a9f72 100644 --- a/.github/workflows/update-lexicons.yml +++ b/.github/workflows/update-lexicons.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write steps: - uses: actions/checkout@v4 with: