We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17854b commit 5c4bc52Copy full SHA for 5c4bc52
1 file changed
.github/workflows/ai-security-review.yml
@@ -18,7 +18,7 @@ jobs:
18
permissions:
19
contents: read
20
pull-requests: write
21
- # id-token: write
+ id-token: write
22
23
steps:
24
- name: Checkout PR
@@ -29,7 +29,7 @@ jobs:
29
- name: Claude security review
30
uses: anthropics/claude-code-action@v1
31
with:
32
- anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ # anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
33
prompt: |
34
REPO: ${{ github.repository }}
35
PR NUMBER: ${{ github.event.pull_request.number }}
0 commit comments