diff --git a/.github/workflows/lighhouse.yml b/.github/workflows/lighhouse.yml index d3e9afd..5a11f09 100644 --- a/.github/workflows/lighhouse.yml +++ b/.github/workflows/lighhouse.yml @@ -21,4 +21,4 @@ jobs: - run: npm install -g @lhci/cli@0.14.x - run: lhci autorun env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} \ No newline at end of file