Skip to content

Commit

Permalink
feat(ci): update env
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 13, 2024
1 parent 27a610a commit 0886988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/lighthouse-audit/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ runs:
shell: bash
run: |
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ jobs:
- run: make checks
- run: make build
- name: Lighthouse audits
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
uses: ./.github/actions/lighthouse-audit

0 comments on commit 0886988

Please sign in to comment.