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