Skip to content

Commit 5c4bc52

Browse files
committed
here we go 2
1 parent f17854b commit 5c4bc52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ai-security-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: read
2020
pull-requests: write
21-
# id-token: write
21+
id-token: write
2222

2323
steps:
2424
- name: Checkout PR
@@ -29,7 +29,7 @@ jobs:
2929
- name: Claude security review
3030
uses: anthropics/claude-code-action@v1
3131
with:
32-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
32+
# anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3333
prompt: |
3434
REPO: ${{ github.repository }}
3535
PR NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)