From 56673256a83506ac42e7f38da499558ea4307765 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 22 Mar 2025 23:38:55 -0700 Subject: [PATCH] Need to use a PAT for protected branch --- .github/workflows/translate-strings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translate-strings.yml b/.github/workflows/translate-strings.yml index e453a0a93..4a4ae1885 100644 --- a/.github/workflows/translate-strings.yml +++ b/.github/workflows/translate-strings.yml @@ -13,6 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + token: ${{ secrets.PNGX_BOT_PAT }} ref: ${{ github.head_ref }} - name: Set up Python id: setup-python