Not seeing status checks despite passing LHCI_GITHUB_APP_TOKEN env · Issue #172 · GoogleChrome/lighthouse-ci

Hi, I'm trying to run lighthouse-ci as part of my Github Actions workflow. I've got a following step defined: - name: Run Lighthouse CI run: | npm install -g @lhci/cli@0.3.x sh ./scripts/lighthouse...