Skip to content

Commit 5b10bd0

Browse files
authored
Update Claude workflow configuration
1 parent 3fd27b6 commit 5b10bd0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
1919
(github.event_name == 'issues' && contains(github.event.issue.body, '@claude'))
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 60
2122
permissions:
22-
contents: read
23+
contents: write
2324
pull-requests: write
2425
issues: write
2526
id-token: write
@@ -33,13 +34,12 @@ jobs:
3334
uses: google-github-actions/auth@v2
3435
with:
3536
workload_identity_provider: ${{ secrets.GC_WORKLOAD_IDENTITY_PROVIDER }}
36-
service_account: ${{ secrets.GC_AI_SERVICE_ACCOUNT }}
37+
service_account: ${{ secrets.GC_SERVICE_ACCOUNT }}
3738

3839
- name: Run Claude PR Action
39-
uses: anthropics/claude-code-action@beta
40+
uses: anthropics/claude-code-action@v1
4041
env:
4142
ANTHROPIC_VERTEX_PROJECT_ID: "${{ secrets.GC_PROJECT_ID }}"
42-
CLOUD_ML_REGION: "asia-east1"
43+
CLOUD_ML_REGION: "global"
4344
with:
4445
use_vertex: "true"
45-
timeout_minutes: "60"

0 commit comments

Comments
 (0)