diff --git a/.github/workflows/update-translation-strings.yml b/.github/workflows/update-translation-strings.yml index 9e68ae3c1..a2802ab92 100644 --- a/.github/workflows/update-translation-strings.yml +++ b/.github/workflows/update-translation-strings.yml @@ -3,7 +3,7 @@ name: Update translation strings on: workflow_dispatch permissions: - contents: read + contents: write jobs: makemessages: @@ -35,4 +35,5 @@ jobs: uses: EndBug/add-and-commit@v9 with: add: 'netbox/translations/' + default_author: github_actions message: 'Update source translation strings'