Skip to content

Commit b0e102b

Browse files
committed
chore: use common crowdin key
1 parent 6498177 commit b0e102b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-review-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run script
2525
run: npx ts-node -O '{"module":"commonjs"}' ./src/scripts/crowdin/reports/generateReviewReport.ts
2626
env:
27-
CROWDIN_API_KEY: ${{ secrets.CROWDIN_TRANSLATION_STATUS_API_KEY }}
27+
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
2828
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
2929

3030
- name: Upload output as artifact

0 commit comments

Comments
 (0)