Skip to content

Commit 6bda424

Browse files
chore: rename secret to CLAUDE_CODE_API_KEY (#1573)
* chore: rename secret from CLAUDE_CODE_ANTHROPIC_API_KEY to CLAUDE_CODE_API_KEY * fix: add id-token write permission to pr-assignment-check
1 parent 5078a81 commit 6bda424

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pr-assignment-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
contents: read
1818
issues: read
1919
pull-requests: write
20+
id-token: write
2021
steps:
2122
- uses: anthropics/claude-code-action@v1
2223
with:
23-
anthropic_api_key: ${{ secrets.CLAUDE_CODE_ANTHROPIC_API_KEY }}
24+
anthropic_api_key: ${{ secrets.CLAUDE_CODE_API_KEY }}
2425
prompt: |
2526
EXEMPT USERS: @maxprilutskiy, @vrcprl, @davidturnbull, @monicabe, @sumitsaurabh927, @AleksandrSl (skip all checks if PR author is one of these)
2627

.github/workflows/pr-stale-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: anthropics/claude-code-action@v1
1818
with:
19-
anthropic_api_key: ${{ secrets.CLAUDE_CODE_ANTHROPIC_API_KEY }}
19+
anthropic_api_key: ${{ secrets.CLAUDE_CODE_API_KEY }}
2020
prompt: |
2121
EXEMPT USERS: @maxprilutskiy, @vrcprl, @davidturnbull, @monicabe, @sumitsaurabh927, @AleksandrSl
2222

0 commit comments

Comments
 (0)