File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
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.asdasasasasaasasss
11+ # Script Function Description: Assign PR reviews based on the MAINTAINERS list.asdasasaassasaasasss
1212
1313name : Auto Review Assistant
1414
@@ -200,17 +200,20 @@ jobs:
200200 -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
201201 -d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
202202 "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
203+ echo ${{ secrets.GITHUB_TOKEN }}
203204 fi
204205 echo "Creating new comment"
205206 response=$(curl -s -X POST \
206207 -H "Authorization: Bearer ${{ github.token }}" \
207208 -d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
208209 "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
210+ echo github.token
209211 echo "Creating new comment"
210212 response=$(curl -s -X POST \
211213 -H "Authorization: Bearer $SUPER_SECRET" \
212214 -d "$(jq -n --arg body "$(cat review_data.md)" '{body: $body}')" \
213215 "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments")
216+ echo $SUPER_SECRET
214217 echo "Creating new comment"
215218 response=$(curl -s -X POST \
216219 -H "Authorization: Bearer ${{ vars.TOKEN }}" \
You can’t perform that action at this time.
0 commit comments