Skip to content

Commit

Permalink
fix(crowdin.yml, .github/workflows/crowdin.yml): try to fix crowdin a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
Nat1anWasTaken committed Jun 8, 2024
1 parent 4945ba5 commit f7751ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
pull_request_title: 'New Crowdin Translations'
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
pull_request_base_branch_name: 'master'
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
api_token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
env:
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 4 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
project_id_env: "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"

files:
- source: /locale/zh_TW.json
translation: /locale/%two_letters_code%.json
translation: /locale/%two_letters_code%.json

0 comments on commit f7751ae

Please sign in to comment.