Skip to content

Commit

Permalink
fix: added GH token for vscode-ripgrep download
Browse files Browse the repository at this point in the history
Otherwise, yarn install hits an HTTP 403 due to the rate-limiter.

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta authored and kittaakos committed Feb 13, 2023
1 parent 79b6b7e commit 25b545d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-i18n-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: Install dependencies
run: yarn
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 25b545d

Please sign in to comment.