Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit b0def08

Browse files
authored
Fix PR Comment Bugs (#907)
* Update listener.yml * Update listener.yml
1 parent 5dbd933 commit b0def08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/listener.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- name: Comment on Corresponding Repo
4747
uses: actions/github-script@v6
4848
with:
49+
github-token: ${{ secrets.DX_GITHUB_TOKEN }}
4950
script: |
5051
github.rest.issues.createComment({
5152
issue_number: '${{ github.event.client_payload.prNumber }}',
@@ -122,6 +123,7 @@ jobs:
122123
- name: Comment on Corresponding Repo
123124
uses: actions/github-script@v6
124125
with:
126+
github-token: ${{ secrets.DX_GITHUB_TOKEN }}
125127
script: |
126128
github.rest.issues.createComment({
127129
issue_number: '${{ env.PR_NUMBER }}',

0 commit comments

Comments
 (0)