Skip to content

Commit 0f8a49c

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 88f61b5 commit 0f8a49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

1313
name: 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")

0 commit comments

Comments
 (0)