Skip to content

Commit

Permalink
fix(.github/workflows/crowdin.yml): try to fix crowdin action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Jun 8, 2024
1 parent c714b79 commit 4945ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
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 }}
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
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

0 comments on commit 4945ba5

Please sign in to comment.