From c73ff95d9336b2a6dd9ac01c2279d04391b187b8 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:10:17 -0600 Subject: [PATCH] chore(ci): Use CROWDIN_GITHUB_TOKEN for scheduled updates PR (#3761) --- .github/workflows/scheduled-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled-updates.yml b/.github/workflows/scheduled-updates.yml index ed32df11f..caf897dfd 100644 --- a/.github/workflows/scheduled-updates.yml +++ b/.github/workflows/scheduled-updates.yml @@ -78,7 +78,7 @@ jobs: - name: Create Pull Request if changes occurred uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.AUTOMATION_PAT }} + token: ${{ secrets.CROWDIN_GITHUB_TOKEN }} commit-message: | chore: Scheduled updates (Firmware, Hardware, Translations)