Skip to content

Commit 554d747

Browse files
authored
Update auto-assign-reviewers.yml
1 parent 4ddac77 commit 554d747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
run: |
168168
# 查找现有的 bot 评论
169169
existing_comment=$(curl -s \
170-
-H "Authorization: Bearer $SUPER_SECRET" \
170+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
171171
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments" | \
172172
jq -r '.[] | select(.user.login == "github-actions[bot]") | {id: .id, body: .body} | @base64')
173173

0 commit comments

Comments
 (0)