Skip to content

Commit

Permalink
chore: 토큰 주입
Browse files Browse the repository at this point in the history
  • Loading branch information
minsu-zip committed Aug 13, 2024
1 parent d271967 commit 735cffd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down Expand Up @@ -91,5 +92,7 @@ jobs:
- name: comment PR
uses: unsplash/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: ${{ steps.format_lighthouse_score.outputs.comments }}

0 comments on commit 735cffd

Please sign in to comment.