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