mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fix action permissions
This commit is contained in:
parent
84d9d55dec
commit
ea13a691a9
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user