The @vscode/ripgrep package requires authentication when downloading from GitHub's API to avoid rate limiting (403 errors). This was causing flaky test failures in vscode-e2e-tests. Added github_token input to the run-vscode-e2e-test action and pass CI_GITHUB_TOKEN to the e2e tests in pr-checks.yaml. Generated with Continue Co-Authored-By: Continue <noreply@continue.dev> Co-authored-by: isabensusan <isabensusan@gmail.com>