Authenticate ripgrep install in desktop workflows

This commit is contained in:
Simos Mikelatos
2026-06-17 22:29:55 +00:00
parent ac37213269
commit 1dbf545fd9
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ jobs:
- name: Install dependencies
run: npm ci
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Typecheck
run: npm run typecheck

View File

@@ -26,6 +26,8 @@ jobs:
- name: Install dependencies
run: npm ci
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Typecheck
run: npm run typecheck