Skip to content

Commit adf6d41

Browse files
committed
fix: update CI permissions and add Lighthouse CI token
1 parent bdff2d1 commit adf6d41

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
permissions:
99
contents: read
10+
statuses: write
1011

1112
concurrency:
1213
group: verify-${{ github.workflow }}-${{ github.ref }}
@@ -44,4 +45,6 @@ jobs:
4445
run: yarn test:e2e
4546

4647
- name: Run Lighthouse CI
48+
env:
49+
LHCI_GITHUB_TOKEN: ${{ github.token }}
4750
run: yarn lighthouse

0 commit comments

Comments
 (0)