Skip to content

Commit

Permalink
Try to use project_id and token in crowdin action
Browse files Browse the repository at this point in the history
  • Loading branch information
RikThePixel committed Jan 31, 2024
1 parent 6c60fe8 commit ef7a9a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
upload_translations: false
download_translations: false
dryrun_action: true
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
4 changes: 2 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Your Crowdin credentials
#
project_id_env: "CROWDIN_PROJECT_ID"
api_token_env: "CROWDIN_PERSONAL_TOKEN"
# project_id_env: "CROWDIN_PROJECT_ID"
# api_token_env: "CROWDIN_PERSONAL_TOKEN"
# base_path_env: "CROWDIN_BASE_PATH"
# base_url_env: "CROWDIN_BASE_URL"

Expand Down

0 comments on commit ef7a9a3

Please sign in to comment.