Skip to content

Commit dcf3dab

Browse files
authored
CROWDIN_GITHUB_BOT_TOKEN
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent f220dca commit dcf3dab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/translations-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pull_request_body: 'New Crowdin translations from the [Node.js Crowdin project](https://crowdin.com/project/nodejs-web)'
5050
commit_message: 'chore: synced translations from crowdin'
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.CROWDIN_GITHUB_BOT_TOKEN }}
5353
# A numeric ID, found at https://crowdin.com/project/nodejs-web/tools/api
5454
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
5555
# Created from https://crowdin.com/settings#api-key logged in using nodejs-crowdin-bot
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
# Use the number from the output of crowdin/github-action
7676
ref: refs/pull/${{ needs.synchronize-with-crowdin.outputs.pull_request_number }}/head
77-
token: ${{ secrets.GH_USER_TOKEN }}
77+
token: ${{ secrets.CROWDIN_GITHUB_BOT_TOKEN }}
7878

7979
- name: Restore Lint Cache
8080
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

0 commit comments

Comments
 (0)