From 62b743fa20b03e3f55a30ac364e323c5639d662b Mon Sep 17 00:00:00 2001 From: Tunglies Date: Sat, 31 May 2025 00:12:42 +0800 Subject: [PATCH] fix: add missing token parameter for create-pull-request action in i18n-check workflow --- .github/workflows/i18n-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/i18n-check.yaml b/.github/workflows/i18n-check.yaml index f2e51d30c..6c046daec 100644 --- a/.github/workflows/i18n-check.yaml +++ b/.github/workflows/i18n-check.yaml @@ -44,6 +44,7 @@ jobs: if: | always() && (hashFiles('i18n-missing/*.txt') != '') with: + token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore(i18n): report missing translation keys" title: "chore(i18n): report missing translation keys" body: |