Skip to content

Commit c682d70

Browse files
authored
chore(github): Change range of Write Tool (#21743)
The action still does not have enough permissions for Writing. We probably have to just remove the path. Related PR: #21726
1 parent 463a370 commit c682d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/track-framework-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
claude_args: |
6161
--model claude-opus-4-8
6262
--max-turns 80
63-
--allowedTools "Read,Write(/.agents/skills/track-framework-updates/output/**),Bash(python3 .agents/skills/track-framework-updates/scripts/collect_updates.py *),Bash(python3 .agents/skills/track-framework-updates/scripts/check_support.py)"
63+
--allowedTools "Read,Write,Bash(python3 .agents/skills/track-framework-updates/scripts/collect_updates.py *),Bash(python3 .agents/skills/track-framework-updates/scripts/check_support.py)"
6464
6565
- name: Post job summary
6666
if: always()

0 commit comments

Comments
 (0)