Unverified 提交 3e2e137c authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Pin claude code action to v1.0.96 b/c of…

上级 b1fa3ad6
......@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v5
- name: Check workflow health
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.96
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
CLAUDE_CODE_MAX_OUTPUT_TOKENS: 48000
......
......@@ -72,7 +72,7 @@ jobs:
run: cd testing/fake-llm-server && npm install && npm run build
- name: Deflake E2E tests
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.96
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
CLAUDE_CODE_MAX_OUTPUT_TOKENS: 48000
......
......@@ -48,7 +48,7 @@ jobs:
fetch-depth: 1
- name: PR Review
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.96
env:
# Default is 32,000 which Claude willl sometimes hit.
# https://code.claude.com/docs/en/settings
......
......@@ -104,7 +104,7 @@ jobs:
- name: Run PR Rebase
if: steps.check-author.outputs.should_continue == 'true'
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.96
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ steps.base-app-token.outputs.token }}
......
......@@ -36,7 +36,7 @@ jobs:
fetch-depth: 200
- name: Review AGENTS.md and rules/
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.96
env:
CLAUDE_CODE_MAX_OUTPUT_TOKENS: 48000
with:
......
......@@ -25,7 +25,7 @@ jobs:
permission-issues: write
- uses: actions/checkout@v4
- uses: anthropics/claude-code-action@v1
- uses: anthropics/claude-code-action@v1.0.96
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
......
......@@ -278,7 +278,7 @@ jobs:
- name: Run PR Fix
if: steps.pr-info.outputs.should_continue == 'true'
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.96
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ steps.base-app-token.outputs.token }}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论