Skip to content

Commit b28d246

Browse files
author
Matheus Jardim Bernardes
committed
fix ci
1 parent 963887b commit b28d246

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/lighthouse.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ jobs:
66
lighthouse:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Audit URLs using Lighthouse
11-
uses: treosh/lighthouse-ci-action@v9
11+
uses: treosh/lighthouse-ci-action@v11
1212
with:
1313
urls: "https://matheusjardimb.com/"
1414
budgetPath: ".github/lighthouse/budget.json"
1515
uploadArtifacts: true
1616
temporaryPublicStorage: true
1717
configPath: ".github/lighthouse/lighthouserc-static-dist-dir.yml"
18+
env:
19+
LHCI_GITHUB_APP_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)