Skip to content

Commit 76bbf94

Browse files
ci: remove base_url from crowdin workflows (#1979)
Signed-off-by: Sebastian Beltran <[email protected]> Co-authored-by: shubham oulkar <[email protected]>
1 parent 74fcef5 commit 76bbf94

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/crowdin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
upload_sources: true
2525
upload_translations: false
2626
download_translations: false
27-
base_url: 'https://express.api.crowdin.com'
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3029
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

.github/workflows/update-external-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
pull_request_body: >
6060
New Crowdin translations from the [express.js crowdin project](https://express.crowdin.com/u/projects/1). cc: @expressjs/docs-wg
6161
pull_request_base_branch_name: 'gh-pages'
62-
base_url: 'https://express.api.crowdin.com'
6362
env:
6463
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6564
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

crowdin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ files:
99
translation: /%two_letters_code%/index.md
1010
preserve_hierarchy: true
1111
project_id_env: CROWDIN_PROJECT_ID
12+
base_url: 'https://express.api.crowdin.com'
1213
api_token_env: CROWDIN_PERSONAL_TOKEN

0 commit comments

Comments
 (0)