Update crowdin.yml

fix github token var
This commit is contained in:
James Rich 2025-04-29 13:00:34 -05:00 committed by GitHub
parent 9a875dcfd0
commit 0e0721c65c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,10 +28,10 @@ jobs:
crowdin_branch_name: 'master'
env:
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# A numeric ID, found at https://crowdin.com/project/<projectName>/tools/api
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
# Visit https://crowdin.com/settings#api-key to create this token
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}