Skip to content

Commit 7d26814

Browse files
committed
ci: Add GitHub Actions workflow for Crowdin translation synchronization.
1 parent da0ef26 commit 7d26814

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/crowdin-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
pull_request_base_branch_name: 'master'
5050
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
5151
token: ${{ secrets.CROWDIN_API_TOKEN }}
52-
github_token: ${{ secrets.GITHUB_TOKEN }}
52+
env:
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)