Skip to content

Commit 2d5249d

Browse files
jamesrwebclaude
andauthored
🐛 fix(ci): Remove invalid workflows permission from Claude Action (#572)
The workflows permission is not valid in job-level permissions blocks and causes workflow validation to fail. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ede579d commit 2d5249d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
issues: write
2828
id-token: write
2929
actions: read # Required for Claude to read CI results on PRs
30-
workflows: write # Required for Claude to push branches that include workflow file changes in history
3130
steps:
3231
- name: Checkout repository
3332
uses: actions/checkout@v6

0 commit comments

Comments
 (0)