We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddac77 commit 554d747Copy full SHA for 554d747
.github/workflows/auto-assign-reviewers.yml
@@ -167,7 +167,7 @@ jobs:
167
run: |
168
# 查找现有的 bot 评论
169
existing_comment=$(curl -s \
170
- -H "Authorization: Bearer $SUPER_SECRET" \
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
171
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments" | \
172
jq -r '.[] | select(.user.login == "github-actions[bot]") | {id: .id, body: .body} | @base64')
173
0 commit comments