mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-22 13:17:13 +01:00
fix(ci): agrega token requerido a git-auto-commit-action
This commit is contained in:
parent
405c4c7cb1
commit
2025d10ecf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/translate-strings.yml
vendored
1
.github/workflows/translate-strings.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue