From 8c9a034c3bc6f3a319671f8c94437460d34d771f Mon Sep 17 00:00:00 2001 From: EYHN Date: Tue, 24 Sep 2024 11:01:34 +0800 Subject: [PATCH] fix(ci): fix crowdin ci not run --- .github/workflows/sync-i18n.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-i18n.yml b/.github/workflows/sync-i18n.yml index 41a386dcfdcc..ee216266aa2b 100644 --- a/.github/workflows/sync-i18n.yml +++ b/.github/workflows/sync-i18n.yml @@ -15,6 +15,8 @@ jobs: permissions: contents: write pull-requests: write + actions: write + checks: write steps: - name: Checkout