Skip to content

Commit 83be80b

Browse files
committed
feat: Add Crowdin synchronization workflow to manage translations via GitHub Actions.
1 parent 8144a96 commit 83be80b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/crowdin-sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717

1818
jobs:
1919
sync-crowdin:
20+
permissions:
21+
contents: write
22+
pull-requests: write
23+
2024
runs-on: ubuntu-latest
2125

2226
steps:

0 commit comments

Comments
 (0)