Skip to content

Commit ee8fe4f

Browse files
fix(ci): grant contents:read permission for translation-sync caller (#41536)
1 parent 81ffe97 commit ee8fe4f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/translation-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
- cron: '0 2 * * *'
66
workflow_dispatch:
77

8-
permissions: {}
8+
permissions:
9+
contents: read
910

1011
jobs:
1112
sync:

0 commit comments

Comments
 (0)