Skip to content

Commit

Permalink
Try to get the crowdin.yml to work
Browse files Browse the repository at this point in the history
  • Loading branch information
RikThePixel committed Jan 31, 2024
1 parent e3f0035 commit cf7491a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ jobs:
dryrun_action: true
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
project_id_env: ${{ secrets.CROWDIN_PROJECT_ID }}
api_token_env: ${{ 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 cf7491a

Please sign in to comment.