mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Fix action permissions
This commit is contained in:
parent
153341c1b7
commit
4ad74587e5
@ -3,7 +3,7 @@ name: Update translation strings
|
|||||||
on: workflow_dispatch
|
on: workflow_dispatch
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
makemessages:
|
makemessages:
|
||||||
@ -35,4 +35,5 @@ jobs:
|
|||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
add: 'netbox/translations/'
|
add: 'netbox/translations/'
|
||||||
|
default_author: github_actions
|
||||||
message: 'Update source translation strings'
|
message: 'Update source translation strings'
|
||||||
|
Loading…
Reference in New Issue
Block a user