Skip to content

Commit 1abcee0

Browse files
authored
Update auto-assign-reviewers.yml
1 parent d4d6618 commit 1abcee0

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
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
# 通过 GitHub API 获取 PR 的变更文件列表
3838
changed_files=$(curl -s \
39-
-H "Authorization: Bearer ${{ secrets.ACTION_TOKEN_AUTO_REVIEW }}" \
39+
-H "Authorization: Bearer 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" \
4040
"https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files" | \
4141
jq -r '.[].filename') # 使用 jq 提取文件名
4242

0 commit comments

Comments
 (0)