We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c7179 commit 05285e7Copy full SHA for 05285e7
.github/workflows/auto-assign-reviewers.yml
@@ -224,6 +224,12 @@ jobs:
224
- name: Post comment
225
uses: harupy/comment-on-pr@master
226
env:
227
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ 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 }}
234
with:
235
filename: /home/runner/work/rt-thread/rt-thread/review_data.md
0 commit comments