fix(ci): agrega token requerido a git-auto-commit-action

This commit is contained in:
Claude 2025-11-17 22:28:05 +00:00
parent 405c4c7cb1
commit 2025d10ecf
No known key found for this signature in database

View file

@ -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"