We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963887b commit b28d246Copy full SHA for b28d246
1 file changed
.github/workflows/lighthouse.yml
@@ -6,12 +6,14 @@ jobs:
6
lighthouse:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
10
- name: Audit URLs using Lighthouse
11
- uses: treosh/lighthouse-ci-action@v9
+ uses: treosh/lighthouse-ci-action@v11
12
with:
13
urls: "https://matheusjardimb.com/"
14
budgetPath: ".github/lighthouse/budget.json"
15
uploadArtifacts: true
16
temporaryPublicStorage: true
17
configPath: ".github/lighthouse/lighthouserc-static-dist-dir.yml"
18
+ env:
19
+ LHCI_GITHUB_APP_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments