mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
fix(ci): grant contents:read permission for translation-sync caller (#12233)
This commit is contained in:
3
.github/workflows/translation-sync.yml
vendored
3
.github/workflows/translation-sync.yml
vendored
@@ -5,7 +5,8 @@ on:
|
||||
- cron: '0 2 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
||||
Reference in New Issue
Block a user