Skip to content

Commit e9b6850

Browse files
ondrejmirtesclaude
andcommitted
Use OAuth token instead of API key in claude-easy-fixes workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f387269 commit e9b6850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-easy-fixes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
237237
- name: "Run Claude Code"
238238
env:
239-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
239+
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
240240
GH_TOKEN: ${{ secrets.PHPSTAN_BOT_TOKEN }}
241241
run: |
242242
git config user.name "phpstan-bot"

0 commit comments

Comments
 (0)