Skip to content

Commit 05285e7

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 55c7179 commit 05285e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/auto-assign-reviewers.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,12 @@ jobs:
224224
- name: Post comment
225225
uses: harupy/comment-on-pr@master
226226
env:
227-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227+
GITHUB_TOKEN: $SUPER_SECRET
228+
with:
229+
filename: /home/runner/work/rt-thread/rt-thread/review_data.md
230+
- name: Pos1t comment
231+
uses: harupy/comment-on-pr@master
232+
env:
233+
GITHUB_TOKEN: ${{ github.token }}
228234
with:
229235
filename: /home/runner/work/rt-thread/rt-thread/review_data.md

0 commit comments

Comments
 (0)