Skip to content

Commit 92bd102

Browse files
authored
fix: set github-token (#7)
1 parent b896948 commit 92bd102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview-comment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/github-script@v7
1919
with:
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
2021
script: |
2122
github.rest.issues.createComment({
2223
issue_number: context.issue.number,

0 commit comments

Comments
 (0)