File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88# 2025-01-21 kurisaW Initial version
99#
1010
11- # Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasasaasasss
11+ # Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasasasaasasss
1212
1313name : Auto Review Assistant
1414
@@ -213,6 +213,6 @@ jobs:
213213 "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
214214 echo "Creating new comment"
215215 response=$(curl -s -X POST \
216- -H "Authorization: Bearer ${{ secrets .TOKEN }}" \
216+ -H "Authorization: Bearer ${{ vars .TOKEN }}" \
217217 -d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
218218 "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
You can’t perform that action at this time.
0 commit comments