diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de0b118..7937e74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,5 +36,5 @@ jobs: - name: Leave comment uses: foo-software/lighthouse-check-action@master with: - token: ${{ secrets.GITHUB_TOKEN }} + accessToken: ${{ secrets.GITHUB_TOKEN }} moutputDirectory: /tmp/artifacts \ No newline at end of file