From 2025d10ecfeba35c2f1712eaebccd93587580ea7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Nov 2025 22:28:05 +0000 Subject: [PATCH] fix(ci): agrega token requerido a git-auto-commit-action --- .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 f94191f19..43f993221 100644 --- a/.github/workflows/translate-strings.yml +++ b/.github/workflows/translate-strings.yml @@ -63,6 +63,7 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v6 with: + token: ${{ secrets.GITHUB_TOKEN }} file_pattern: 'src-ui/messages.xlf src/locale/en_US/LC_MESSAGES/django.po' commit_message: "Auto translate strings" commit_user_name: "GitHub Actions"