Skip to content

Commit 27153eb

Browse files
authored
CI: crowdin: fix GITHUB_TOKEN name
The Crowdin action is not working because it fails to find the github token. "GH_TOKEN" was copied from the original crowdin script. It seems that Github changed it to GITHUB_TOKEN. Let's see if it works now.
1 parent 8f2f7c2 commit 27153eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowdin-translation-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
skip_untranslated_strings: true
2727
env:
2828
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
29-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

3131
# A numeric ID, found at https://crowdin.com/project/<projectName>/tools/api
3232
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

0 commit comments

Comments
 (0)