From 3a0d5659520404413014d0cebb0f5a07aceb223e Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 17 Jan 2025 00:33:36 +0900 Subject: [PATCH] ci: add missing `GH_TOKEN` env for `gh pr create` command --- .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 3bc2926..2487ee1 100644 --- a/.github/workflows/update-lexicons.yml +++ b/.github/workflows/update-lexicons.yml @@ -38,6 +38,7 @@ jobs: if: ${{ steps.check-version-change.outputs.VERSION_CHANGED == 'yes' }} env: BRANCH_NAME: gh-actions-update-lexicons + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"