Unverified 提交 b7c13f34 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Fix github token for closed-issue-comment.yml (#2473)

上级 4258f3ee
......@@ -23,6 +23,8 @@ jobs:
COMMENT_BODY: ${{ github.event.comment.body }}
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# See: https://github.com/anthropics/claude-code-action/blob/v1/docs/security.md
github_token: ${{ secrets.GITHUB_TOKEN }} # bypass OIDC
claude_args: |
--model sonnet --allowedTools "Bash(gh issue reopen:*), Bash(gh issue comment:*)"
prompt: |
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论