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 0783efa commit 5f39c68Copy full SHA for 5f39c68
.github/workflows/claude-review.yml
@@ -27,9 +27,9 @@ jobs:
27
permissions:
28
contents: read # Repository 内の権限
29
actions: read # Actionsログへの権限
30
- issues: write # Issueコメントの権限
31
- pull-requests: write # PR 内コメントの権限
32
- #id-token: write # AWS 等への外部アクセスが必要な場合のみ
+ issues: write # Issueコメントの権限 (id-token で昇格されるため明確化)
+ pull-requests: write # PR 内コメントの権限 (id-token で昇格されるため明確化)
+ id-token: write # Claude Code Actions の実行に必要 (昇格する権限を持つ)
33
34
steps:
35
- name: Checkout
0 commit comments