Skip to content

Commit 35c8e66

Browse files
authored
Merge branch 'ethereum:dev' into dev
2 parents 0b6a766 + 5e73c45 commit 35c8e66

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/claude.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,19 @@ jobs:
3535
)
3636
runs-on: ubuntu-latest
3737
permissions:
38-
contents: read
39-
pull-requests: read
38+
contents: write
39+
pull-requests: write
4040
issues: read
4141
id-token: write
4242
steps:
4343
- name: Checkout repository
4444
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 1
47+
token: ${{ secrets.GITHUB_TOKEN }}
4748

4849
- name: Run Claude PR Action
4950
uses: anthropics/claude-code-action@beta
5051
with:
5152
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
52-
timeout_minutes: "60"
53+
timeout_minutes: "60"
24.4 KB
Loading

0 commit comments

Comments
 (0)