Skip to content

Commit

Permalink
fix(pwa): add gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 8, 2024
1 parent 65fbeb8 commit 59af5bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lighhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
with:
node-version: 18
- run: npm install -g @lhci/[email protected]
- run: lhci autorun
- run: lhci autorun
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 59af5bb

Please sign in to comment.