Skip to content

Commit 2436142

Browse files
committed
fix: wrong token secret
1 parent 230cf57 commit 2436142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crowdin.yaml

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

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

0 commit comments

Comments
 (0)