From 735cffdb227a204cbddfc0eee5c02086184612cb Mon Sep 17 00:00:00 2001 From: minsu-zip Date: Tue, 13 Aug 2024 13:27:53 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=86=A0=ED=81=B0=20=EC=A3=BC?= =?UTF-8?q?=EC=9E=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lighthouse.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 96a1fa0..ab6a30b 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -51,6 +51,7 @@ jobs: id: format_lighthouse_score uses: actions/github-script@v3 with: + github-token: ${{secrets.GITHUB_TOKEN}} script: | const fs = require('fs'); const path = require('path'); @@ -91,5 +92,7 @@ jobs: - name: comment PR uses: unsplash/comment-on-pr@v1.3.0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: msg: ${{ steps.format_lighthouse_score.outputs.comments }}