mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41: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
|
||||
|
||||
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