Skip to content

Commit b69314b

Browse files
authored
Update translation-sync.yml workflow
Added permissions for contents, issues, and pull requests.
1 parent db4a56a commit b69314b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/translation-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
- 'src/content/tutorials/en/**'
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: read
13+
issues: write
14+
pull-requests: read
15+
1116
jobs:
1217
track-translation-changes:
1318
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)