From fa95872b653e25a3117365742f524472a1be4d5e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:35:06 -0600 Subject: [PATCH] fix(ci): use PAT for release workflow to bypass branch protection (#4408) --- .github/workflows/create-or-promote-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-or-promote-release.yml b/.github/workflows/create-or-promote-release.yml index 485d5c7d7..c62a8420d 100644 --- a/.github/workflows/create-or-promote-release.yml +++ b/.github/workflows/create-or-promote-release.yml @@ -41,6 +41,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 + token: ${{ secrets.CROWDIN_GITHUB_TOKEN }} - name: Calculate tags id: calculate_tags