Skip to content

Commit a7a4096

Browse files
committed
Add project id
1 parent 84cee87 commit a7a4096

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/crowdin-push.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
crowdin_branch_name: master
2929
localization_branch_name: master
3030
config: 'crowdin.yml'
31-
project_id: ${{ secrets.CROWDIN_API_PROJECT_ID }}
3231
token: ${{ secrets.CROWDIN_API_TOKEN }}
3332
env:
3433
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/crowdin-upload.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ jobs:
2020
with:
2121
crowdin_branch_name: master
2222
config: 'crowdin.yml'
23-
project_id: ${{ secrets.CROWDIN_API_PROJECT_ID }}
2423
token: ${{ secrets.CROWDIN_API_TOKEN }}

crowdin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
project_id: 683254
12
preserve_hierarchy: true
23
files:
34
- source: /_locales/en/messages.json

0 commit comments

Comments
 (0)