Skip to content

Commit f746348

Browse files
Merge pull request #13 from supermodeltools/fix/claude-workflow-scope
Fix Claude workflow scope for pushing workflow files
2 parents 862a89e + 94b5ea7 commit f746348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: anthropics/claude-code-action@v1
3636
with:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
38+
github_token: ${{ secrets.BOT_TOKEN }}
3839
allowed_bots: "claude[bot]"
3940
additional_permissions: |
4041
actions: read

0 commit comments

Comments
 (0)