Skip to content

Commit

Permalink
fix: set github-token
Browse files Browse the repository at this point in the history
  • Loading branch information
webhookx-x committed Sep 10, 2024
1 parent b896948 commit 0566a20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
steps:
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down

0 comments on commit 0566a20

Please sign in to comment.