We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b896948 commit 92bd102Copy full SHA for 92bd102
.github/workflows/preview-comment.yml
@@ -17,6 +17,7 @@ jobs:
17
steps:
18
- uses: actions/github-script@v7
19
with:
20
+ github-token: ${{ secrets.GITHUB_TOKEN }}
21
script: |
22
github.rest.issues.createComment({
23
issue_number: context.issue.number,
0 commit comments