Skip to content

Commit 25b545d

Browse files
Akos Kittakittaakos
Akos Kitta
authored andcommittedFeb 13, 2023
fix: added GH token for vscode-ripgrep download
Otherwise, yarn install hits an HTTP 403 due to the rate-limiter. Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 79b6b7e commit 25b545d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/check-i18n-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848

4949
- name: Install dependencies
5050
run: yarn
51+
env:
52+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5153

5254
- name: Check for errors
5355
run: yarn i18n:check

0 commit comments

Comments
 (0)
Please sign in to comment.