Skip to content

Commit

Permalink
feat: Lighthouse 12
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhenson committed May 3, 2024
1 parent 9839711 commit b1959fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
uses: ./
with:
commentUrl: https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }}/comments
gitHubAccessToken: ${{ secrets.LIGHTHOUSE_CHECK_GITHUB_ACCESS_TOKEN }}
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
prCommentEnabled: true
urls: 'https://www.foo.software'
2 changes: 1 addition & 1 deletion .github/workflows/foo-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
device: all
fooApiToken: ${{ secrets.LIGHTHOUSE_CHECK_API_TOKEN }}
gitHubAccessToken: ${{ secrets.LIGHTHOUSE_CHECK_GITHUB_ACCESS_TOKEN }}
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
tag: GitHub Action (Foo API Test)
urls: ${{ secrets.LIGHTHOUSE_CHECK_URLS }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
device: all
gitAuthor: ${{ github.actor }}
gitBranch: ${{ github.ref }}
gitHubAccessToken: ${{ secrets.LIGHTHOUSE_CHECK_GITHUB_ACCESS_TOKEN }}
gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }}
maxRetries: 1
outputDirectory: ${{ github.workspace }}/tmp/artifacts
urls: 'https://www.foo.software,https://www.foo.software/tag/articles/'
Expand Down

0 comments on commit b1959fb

Please sign in to comment.